mirror of https://github.com/sipwise/db-schema.git
Change-Id: I67592656f54d3480be55f36a156d2e70226d74a2changes/78/7278/2
parent
eccba55a79
commit
b3b9f2c97b
@ -0,0 +1,4 @@
|
||||
use provisioning;
|
||||
|
||||
UPDATE voip_preferences SET peer_pref=0 WHERE attribute IN
|
||||
('gpp0','gpp1','gpp2','gpp3','gpp4','gpp5','gpp6','gpp7','gpp8','gpp9');
|
||||
@ -0,0 +1,4 @@
|
||||
use provisioning;
|
||||
|
||||
UPDATE voip_preferences SET peer_pref=1 WHERE attribute IN
|
||||
('gpp0','gpp1','gpp2','gpp3','gpp4','gpp5','gpp6','gpp7','gpp8','gpp9');
|
||||
Loading…
Reference in new issue