diff --git a/db_scripts/diff/15709.down b/db_scripts/diff/15709.down new file mode 100644 index 00000000..5d888624 --- /dev/null +++ b/db_scripts/diff/15709.down @@ -0,0 +1,4 @@ +USE provisioning; +UPDATE voip_preferences SET type = 1 WHERE attribute = 'transcode_dtmf'; +UPDATE voip_preferences SET type = 1 WHERE attribute = 'transcode_cn'; +COMMIT; diff --git a/db_scripts/diff/15709.up b/db_scripts/diff/15709.up new file mode 100644 index 00000000..353d35b1 --- /dev/null +++ b/db_scripts/diff/15709.up @@ -0,0 +1,4 @@ +USE provisioning; +UPDATE voip_preferences SET type = 0 WHERE attribute = 'transcode_dtmf'; +UPDATE voip_preferences SET type = 0 WHERE attribute = 'transcode_cn'; +COMMIT;