mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-02 19:16:15 +00:00
Update for 21.2.0-rc1
This commit is contained in:
@@ -35,5 +35,11 @@ ALTER TABLE voicemail_messages ALTER COLUMN recording TYPE BYTEA;
|
||||
|
||||
UPDATE alembic_version SET version_num='39428242f7f5' WHERE alembic_version.version_num = 'a2e9769475e';
|
||||
|
||||
-- Running upgrade 39428242f7f5 -> 1c55c341360f
|
||||
|
||||
ALTER TABLE voicemail_messages DROP COLUMN macrocontext;
|
||||
|
||||
UPDATE alembic_version SET version_num='1c55c341360f' WHERE alembic_version.version_num = '39428242f7f5';
|
||||
|
||||
COMMIT;
|
||||
|
||||
|
Reference in New Issue
Block a user