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

21 lines
624 B

USE provisioning;
DELETE FROM voip_sound_handles WHERE name in(
'custom_announcement_0',
'custom_announcement_1',
'custom_announcement_2',
'custom_announcement_3',
'custom_announcement_4',
'custom_announcement_5',
'custom_announcement_6',
'custom_announcement_7',
'custom_announcement_8',
'custom_announcement_9'
);
DELETE FROM voip_sound_groups WHERE name = 'custom_announcements';
alter table voip_cf_destinations drop foreign key d_s_announceid_ref;
alter table voip_cf_destinations drop index d_s_announceid_ref;
alter table voip_cf_destinations drop column `announcement_id`;