diff --git a/db_scripts/diff/15262.down b/db_scripts/diff/15262.down new file mode 100644 index 00000000..41846945 --- /dev/null +++ b/db_scripts/diff/15262.down @@ -0,0 +1,4 @@ +use provisioning; + +UPDATE voip_preferences SET peer_pref=0 WHERE attribute IN + ('gpp0','gpp1','gpp2','gpp3','gpp4','gpp5','gpp6','gpp7','gpp8','gpp9'); diff --git a/db_scripts/diff/15262.up b/db_scripts/diff/15262.up new file mode 100644 index 00000000..c3f2b564 --- /dev/null +++ b/db_scripts/diff/15262.up @@ -0,0 +1,4 @@ +use provisioning; + +UPDATE voip_preferences SET peer_pref=1 WHERE attribute IN + ('gpp0','gpp1','gpp2','gpp3','gpp4','gpp5','gpp6','gpp7','gpp8','gpp9');