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

12 lines
272 B

USE provisioning;
DELETE FROM voip_sound_handles WHERE name in(
'recent_call_play_number',
'recent_call_confirmation',
'recent_call_anonymous',
'recent_call_empty',
'recent_call_deleted',
);
DELETE FROM voip_sound_groups WHERE name = 'recent_calls';