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/15503.down

16 lines
356 B

USE provisioning;
set autocommit = 0;
UPDATE voip_preferences SET
label = "Codecs filter"
WHERE attribute = 'codecs_filter';
UPDATE voip_preferences SET
label = "Codecs list"
WHERE attribute = 'codecs_list';
DELETE FROM voip_preferences WHERE attribute = "codecs_id_filter";
DELETE FROM voip_preferences WHERE attribute = "codecs_id_list";
commit;