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

7 lines
515 B

DELETE FROM voip_preferences_enum WHERE preference_id = (SELECT id FROM voip_preferences WHERE attribute = 'sst_refresh_method');
DELETE FROM provisioning.voip_preferences where attribute = 'sst_enable';
DELETE FROM provisioning.voip_preferences where attribute = 'sst_expires';
DELETE FROM provisioning.voip_preferences where attribute = 'sst_min_timer';
DELETE FROM provisioning.voip_preferences where attribute = 'sst_max_timer';
DELETE FROM provisioning.voip_preferences where attribute = 'sst_refresh_method';