From 66e79790bb739e4dae247486a89f924890dcedc2 Mon Sep 17 00:00:00 2001 From: Kirill Solomko Date: Thu, 18 Apr 2019 16:24:42 +0200 Subject: [PATCH] TT#57701 add voip_header_rules direction "reply" Change-Id: I708869df171830627085bd26396d679079a94b8f (cherry picked from commit 080accff815711c96bf3c4b4d5f6ad224a3c3cda) --- db_scripts/diff/15524.down | 5 +++++ db_scripts/diff/15524.up | 6 ++++++ 2 files changed, 11 insertions(+) create mode 100644 db_scripts/diff/15524.down create mode 100644 db_scripts/diff/15524.up diff --git a/db_scripts/diff/15524.down b/db_scripts/diff/15524.down new file mode 100644 index 00000000..0f00ad2d --- /dev/null +++ b/db_scripts/diff/15524.down @@ -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; diff --git a/db_scripts/diff/15524.up b/db_scripts/diff/15524.up new file mode 100644 index 00000000..272b45a8 --- /dev/null +++ b/db_scripts/diff/15524.up @@ -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; +