You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
db-schema/db_scripts/diff/15700.down

7 lines
426 B

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;