diff --git a/db_scripts/diff/15271.up b/db_scripts/diff/15271.up new file mode 100644 index 00000000..6eb0297a --- /dev/null +++ b/db_scripts/diff/15271.up @@ -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;