mirror of https://github.com/sipwise/db-schema.git
Change-Id: I2f995150a1fef2a48e0575b71e5272a090b296f9changes/54/7654/2
parent
a8f16c5b07
commit
b55fde3a4a
@ -0,0 +1,8 @@
|
||||
SET AUTOCOMMIT=0;
|
||||
|
||||
USE provisioning;
|
||||
|
||||
UPDATE voip_preferences SET peer_pref = 0 where attribute='codecs_list';
|
||||
UPDATE voip_preferences SET peer_pref = 0 where attribute='codecs_filter';
|
||||
|
||||
COMMIT;
|
||||
Loading…
Reference in new issue