mirror of https://github.com/sipwise/db-schema.git
parent
3e11d5414f
commit
70c48dc4ab
@ -0,0 +1,4 @@
|
||||
USE provisioning;
|
||||
|
||||
UPDATE voip_preferences SET contract_pref=1 WHERE attribute like 'ncos%';
|
||||
UPDATE voip_preferences SET contract_pref=1 WHERE attribute like '%block%';
|
||||
Loading…
Reference in new issue