mirror of https://github.com/sipwise/db-schema.git
Change-Id: I410348872802051277ce5d80e7a4b9a22bfc2d84changes/06/27106/1
parent
d625f0bbcb
commit
3bb4436f10
@ -0,0 +1,6 @@
|
||||
USE provisioning;
|
||||
SET autocommit=0;
|
||||
|
||||
ALTER TABLE voip_header_rules MODIFY `direction` enum('inbound','outbound','local','peer') NOT NULL DEFAULT 'inbound';
|
||||
|
||||
COMMIT;
|
@ -0,0 +1,6 @@
|
||||
USE provisioning;
|
||||
SET autocommit=0;
|
||||
|
||||
ALTER TABLE voip_header_rules MODIFY `direction` enum('inbound','outbound','local','peer','cf_inbound','cf_outbound') NOT NULL DEFAULT 'inbound';
|
||||
|
||||
COMMIT;
|
Loading…
Reference in new issue