TT#57701 add voip_header_rules direction "reply"

Change-Id: I708869df171830627085bd26396d679079a94b8f
(cherry picked from commit 080accff81)
changes/83/29683/1
Kirill Solomko 8 years ago
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…
Cancel
Save