mirror of https://github.com/sipwise/db-schema.git
Change-Id: I0d11de2102d5f78e17f3c55c1c4d9ff46270d155changes/65/5965/1
parent
4d7cc6949e
commit
25633918ac
@ -0,0 +1,3 @@
|
|||||||
|
USE provisioning;
|
||||||
|
|
||||||
|
UPDATE voip_preferences SET contract_pref=0 WHERE attribute IN ('adm_ncos', 'adm_ncos_id');
|
||||||
@ -0,0 +1,5 @@
|
|||||||
|
USE provisioning;
|
||||||
|
set autocommit=0;
|
||||||
|
|
||||||
|
UPDATE voip_preferences SET contract_pref=1 WHERE attribute IN ('adm_ncos', 'adm_ncos_id');
|
||||||
|
commit;
|
||||||
Loading…
Reference in new issue