mirror of https://github.com/sipwise/db-schema.git
The following preferences are now available for resellers - concurrent_max_total - concurrent_max_out_total - concurrent_max - concurrent_max_out - concurrent_max_in_total - concurrent_max_in Change-Id: Idac41f416ac1c46244cf09c03f335f02a6f776f7mr11.4
parent
368a7b4782
commit
074bb9ce98
@ -0,0 +1,3 @@
|
||||
USE provisioning;
|
||||
|
||||
UPDATE voip_preferences SET reseller_pref='0' WHERE attribute IN ('concurrent_max_total','concurrent_max_out_total','concurrent_max','concurrent_max_out','concurrent_max_in_total','concurrent_max_in');
|
||||
@ -0,0 +1,3 @@
|
||||
USE provisioning;
|
||||
|
||||
UPDATE voip_preferences SET reseller_pref='1' WHERE attribute IN ('concurrent_max_total','concurrent_max_out_total','concurrent_max','concurrent_max_out','concurrent_max_in_total','concurrent_max_in');
|
||||
Loading…
Reference in new issue