From 1c9ffd2f1ae342bde6b835283bbdcab798a39512 Mon Sep 17 00:00:00 2001 From: Andrew Pogrebennyk Date: Thu, 27 Nov 2014 13:30:10 +0100 Subject: [PATCH] MT#10381 add concurrent_max[_out] as contract pref --- db_scripts/diff/15124.down | 2 ++ db_scripts/diff/15124.up | 2 ++ 2 files changed, 4 insertions(+) create mode 100644 db_scripts/diff/15124.down create mode 100644 db_scripts/diff/15124.up diff --git a/db_scripts/diff/15124.down b/db_scripts/diff/15124.down new file mode 100644 index 00000000..62a4859b --- /dev/null +++ b/db_scripts/diff/15124.down @@ -0,0 +1,2 @@ +USE provisioning +UPDATE voip_preferences SET contract_pref=0 WHERE attribute IN ('concurrent_max','concurrent_max_out'); diff --git a/db_scripts/diff/15124.up b/db_scripts/diff/15124.up new file mode 100644 index 00000000..b537c2e3 --- /dev/null +++ b/db_scripts/diff/15124.up @@ -0,0 +1,2 @@ +USE provisioning +UPDATE voip_preferences SET contract_pref=1 WHERE attribute IN ('concurrent_max','concurrent_max_out');