mirror of https://github.com/sipwise/db-schema.git
Change-Id: I708869df171830627085bd26396d679079a94b8f
(cherry picked from commit 080accff81)
changes/83/29683/1
parent
a7ff48eb10
commit
66e79790bb
@ -0,0 +1,5 @@
|
||||
use provisioning;
|
||||
|
||||
ALTER TABLE voip_header_rules MODIFY `direction` enum('inbound','outbound','local','peer','cf_inbound','cf_outbound') NOT NULL DEFAULT 'inbound';
|
||||
|
||||
commit;
|
||||
@ -0,0 +1,6 @@
|
||||
use provisioning;
|
||||
|
||||
ALTER TABLE voip_header_rules MODIFY `direction` enum('inbound','outbound','local','peer','cf_inbound','cf_outbound','reply') NOT NULL DEFAULT 'inbound';
|
||||
|
||||
commit;
|
||||
|
||||
Loading…
Reference in new issue