mirror of
				https://github.com/asterisk/asterisk.git
				synced 2025-10-31 02:37:10 +00:00 
			
		
		
		
	Update for 18.23.1
This commit is contained in:
		| @@ -1683,3 +1683,9 @@ ALTER TABLE ps_registrations MODIFY id VARCHAR(255) NOT NULL; | ||||
|  | ||||
| UPDATE alembic_version SET version_num='6c475a93f48a' WHERE alembic_version.version_num = 'd5122576cca8'; | ||||
|  | ||||
| -- Running upgrade 6c475a93f48a -> bd9c5159c7ea | ||||
|  | ||||
| ALTER TABLE ps_endpoint_id_ips DROP COLUMN transport; | ||||
|  | ||||
| UPDATE alembic_version SET version_num='bd9c5159c7ea' WHERE alembic_version.version_num = '6c475a93f48a'; | ||||
|  | ||||
|   | ||||
| @@ -1805,5 +1805,11 @@ ALTER TABLE ps_registrations ALTER COLUMN id SET NOT NULL; | ||||
|  | ||||
| UPDATE alembic_version SET version_num='6c475a93f48a' WHERE alembic_version.version_num = 'd5122576cca8'; | ||||
|  | ||||
| -- Running upgrade 6c475a93f48a -> bd9c5159c7ea | ||||
|  | ||||
| ALTER TABLE ps_endpoint_id_ips DROP COLUMN transport; | ||||
|  | ||||
| UPDATE alembic_version SET version_num='bd9c5159c7ea' WHERE alembic_version.version_num = '6c475a93f48a'; | ||||
|  | ||||
| COMMIT; | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user