mirror of https://github.com/sipwise/db-schema.git
for the more elaborate workflow Change-Id: Ic816fd7ee30e066c8bfc427f69fbb42286212820changes/45/4345/3
parent
ace0de436f
commit
e003ede41c
@ -0,0 +1,3 @@
|
|||||||
|
USE provisioning;
|
||||||
|
|
||||||
|
ALTER TABLE `provisioning`.`rtc_session` DROP COLUMN `rtc_network_tag`;
|
||||||
@ -0,0 +1,4 @@
|
|||||||
|
USE provisioning;
|
||||||
|
|
||||||
|
ALTER TABLE `provisioning`.`rtc_session`
|
||||||
|
ADD COLUMN `rtc_network_tag` VARCHAR(45) NOT NULL;
|
||||||
Loading…
Reference in new issue