mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-16 09:46:22 +00:00
Update for 20.11.0-rc1
This commit is contained in:
@@ -1823,5 +1823,17 @@ ALTER TABLE ps_endpoints ADD COLUMN tenantid VARCHAR(80);
|
||||
|
||||
UPDATE alembic_version SET version_num='655054a68ad5' WHERE alembic_version.version_num = '2b7c507d7d12';
|
||||
|
||||
-- Running upgrade 655054a68ad5 -> 801b9fced8b7
|
||||
|
||||
ALTER TABLE ps_subscription_persistence ADD COLUMN generator_data TEXT;
|
||||
|
||||
UPDATE alembic_version SET version_num='801b9fced8b7' WHERE alembic_version.version_num = '655054a68ad5';
|
||||
|
||||
-- Running upgrade 801b9fced8b7 -> 4f91fc18c979
|
||||
|
||||
ALTER TABLE ps_endpoints ADD COLUMN suppress_moh_on_sendonly yesno_values;
|
||||
|
||||
UPDATE alembic_version SET version_num='4f91fc18c979' WHERE alembic_version.version_num = '801b9fced8b7';
|
||||
|
||||
COMMIT;
|
||||
|
||||
|
@@ -39,5 +39,11 @@ UPDATE alembic_version SET version_num='39428242f7f5' WHERE alembic_version.vers
|
||||
|
||||
UPDATE alembic_version SET version_num='1c55c341360f' WHERE alembic_version.version_num = '39428242f7f5';
|
||||
|
||||
-- Running upgrade 1c55c341360f -> 64fae6bbe7fb
|
||||
|
||||
DROP INDEX voicemail_messages_dir;
|
||||
|
||||
UPDATE alembic_version SET version_num='64fae6bbe7fb' WHERE alembic_version.version_num = '1c55c341360f';
|
||||
|
||||
COMMIT;
|
||||
|
||||
|
Reference in New Issue
Block a user