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

7 lines
233 B

USE provisioning;
SELECT id INTO @vpg_id FROM voip_preference_groups WHERE name = 'SIP Response Codes';
DELETE FROM voip_preferences WHERE voip_preference_groups_id = @vpg_id;
DELETE FROM voip_preference_groups WHERE id = @vpg_id;