mirror of https://github.com/sipwise/db-schema.git
parent
711c8171b4
commit
1c9ffd2f1a
@ -0,0 +1,2 @@
|
||||
USE provisioning
|
||||
UPDATE voip_preferences SET contract_pref=0 WHERE attribute IN ('concurrent_max','concurrent_max_out');
|
||||
@ -0,0 +1,2 @@
|
||||
USE provisioning
|
||||
UPDATE voip_preferences SET contract_pref=1 WHERE attribute IN ('concurrent_max','concurrent_max_out');
|
||||
Loading…
Reference in new issue