From 7e2490f1d0abb86d3cd906d40e4abeeb2dbd11e7 Mon Sep 17 00:00:00 2001 From: Gerhard Jungwirth Date: Tue, 28 Nov 2017 11:28:10 +0100 Subject: [PATCH] TT#25312 make conference_pin editable for subscribers Change-Id: I625a026ad745ea8d20d9ef0840963e89ec15c315 --- db_scripts/diff/15371.down | 3 +++ db_scripts/diff/15371.up | 3 +++ 2 files changed, 6 insertions(+) create mode 100644 db_scripts/diff/15371.down create mode 100644 db_scripts/diff/15371.up diff --git a/db_scripts/diff/15371.down b/db_scripts/diff/15371.down new file mode 100644 index 00000000..f17392ec --- /dev/null +++ b/db_scripts/diff/15371.down @@ -0,0 +1,3 @@ +USE provisioning; + +UPDATE voip_preferences SET expose_to_customer=0 WHERE attribute='conference_pin'; diff --git a/db_scripts/diff/15371.up b/db_scripts/diff/15371.up new file mode 100644 index 00000000..76824dfa --- /dev/null +++ b/db_scripts/diff/15371.up @@ -0,0 +1,3 @@ +USE provisioning; + +UPDATE voip_preferences SET expose_to_customer=1 WHERE attribute='conference_pin';