mirror of https://github.com/sipwise/db-schema.git
Change-Id: I625a026ad745ea8d20d9ef0840963e89ec15c315
(cherry picked from commit 7e2490f1d0)
changes/17/17317/1
parent
fe0746cd30
commit
65a2dc0398
@ -0,0 +1,3 @@
|
||||
USE provisioning;
|
||||
|
||||
UPDATE voip_preferences SET expose_to_customer=0 WHERE attribute='conference_pin';
|
||||
@ -0,0 +1,3 @@
|
||||
USE provisioning;
|
||||
|
||||
UPDATE voip_preferences SET expose_to_customer=1 WHERE attribute='conference_pin';
|
||||
Loading…
Reference in new issue