mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-05 12:16:00 +00:00
Update for certified-20.7-cert3
This commit is contained in:
@@ -1781,5 +1781,11 @@ ALTER TABLE ps_registrations ALTER COLUMN id SET NOT NULL;
|
||||
|
||||
UPDATE alembic_version SET version_num='6c475a93f48a' WHERE alembic_version.version_num = '74dc751dfe8e';
|
||||
|
||||
-- Running upgrade 6c475a93f48a -> 655054a68ad5
|
||||
|
||||
ALTER TABLE ps_endpoints ADD COLUMN tenantid VARCHAR(80);
|
||||
|
||||
UPDATE alembic_version SET version_num='655054a68ad5' WHERE alembic_version.version_num = '6c475a93f48a';
|
||||
|
||||
COMMIT;
|
||||
|
||||
|
Reference in New Issue
Block a user