MT#18499 expose emergency_prefix and emergency_suffix voip preferences to contracts

Change-Id: I38b1cc5f5dd38beff047b598f1f033b3010f58ab
changes/48/5148/1
Kirill Solomko 9 years ago
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…
Cancel
Save