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

11 lines
339 B

SET AUTOCOMMIT=0;
USE provisioning;
delete from voip_preferences where attribute = 'FW_upg_dis';
delete from voip_preferences where attribute = 'vdn_Panasonic_FW_ver';
delete from voip_preferences where attribute = 'vdn_Panasonic_FW_autoupg_dis';
delete from voip_preference_groups where name = 'CPBX Device Firmware Settings';
COMMIT;