mirror of https://github.com/sipwise/db-schema.git
Change-Id: I38b1cc5f5dd38beff047b598f1f033b3010f58abchanges/48/5148/1
parent
d0c82423db
commit
b0f3460f1a
@ -0,0 +1,7 @@
|
||||
use provisioning;
|
||||
set autocommit=0;
|
||||
|
||||
UPDATE voip_preferences SET contract_pref = 0 where attribute = 'emergency_prefix';
|
||||
UPDATE voip_preferences SET contract_pref = 0 where attribute = 'emergency_suffix';
|
||||
|
||||
commit;
|
@ -0,0 +1,7 @@
|
||||
use provisioning;
|
||||
set autocommit=0;
|
||||
|
||||
UPDATE voip_preferences SET contract_pref = 1 where attribute = 'emergency_prefix';
|
||||
UPDATE voip_preferences SET contract_pref = 1 where attribute = 'emergency_suffix';
|
||||
|
||||
commit;
|
Loading…
Reference in new issue