diff --git a/db_scripts/diff/15700.down b/db_scripts/diff/15700.down new file mode 100644 index 00000000..ddd3270f --- /dev/null +++ b/db_scripts/diff/15700.down @@ -0,0 +1,7 @@ +USE provisioning; +SET autocommit=0; + +UPDATE voip_preferences SET label='Block incoming anonymous calls from this user',description='If enabled, incoming anonyous calls from this user will be dropped' WHERE attribute='upn_block_clir'; +UPDATE voip_preferences SET description='The content to put into the From display-name for outbound calls from the platform to the subscriber' WHERE attribute='outbound_from_display'; + +commit; \ No newline at end of file diff --git a/db_scripts/diff/15700.up b/db_scripts/diff/15700.up new file mode 100644 index 00000000..0090304b --- /dev/null +++ b/db_scripts/diff/15700.up @@ -0,0 +1,7 @@ +USE provisioning; +SET autocommit=0; + +UPDATE voip_preferences SET label='Block outgoing anonymous calls from this user',description='If enabled, outgoing anonymous calls from this user will be dropped' WHERE attribute='upn_block_clir'; +UPDATE voip_preferences SET description='The content to put into the From display-name for outbound calls from the platform to the subscriber/peer' WHERE attribute='outbound_from_display'; + +commit; \ No newline at end of file