Skip to content

Commit

Permalink
update upgrade db script
Browse files Browse the repository at this point in the history
  • Loading branch information
xquanluu committed Oct 31, 2024
1 parent 5174061 commit ad7123c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions db/upgrade-jambonz-db.js
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,8 @@ const sql = {
'ALTER TABLE system_information ADD COLUMN private_network_cidr VARCHAR(8192)',
'ALTER TABLE system_information ADD COLUMN log_level ENUM(\'info\', \'debug\') NOT NULL DEFAULT \'info\'',
'ALTER TABLE accounts ADD COLUMN enable_debug_log BOOLEAN NOT NULL DEFAULT false',
'ALTER TABLE google_custom_voices ADD COLUMN use_voice_cloning_key BOOLEAN DEFAULT false',
'ALTER TABLE google_custom_voices ADD COLUMN voice_cloning_key MEDIUMTEXT',
]
};

Expand Down

0 comments on commit ad7123c

Please sign in to comment.