mirror of https://github.com/sipwise/db-schema.git
Change-Id: I625a026ad745ea8d20d9ef0840963e89ec15c315changes/44/17244/2
parent
546f71665b
commit
7e2490f1d0
@ -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