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

13 lines
450 B

USE provisioning;
DROP TABLE voip_sound_files;
DROP TABLE voip_sound_sets;
DROP TABLE voip_sound_handles;
DELETE FROM language_strings WHERE code='Server.Voip.SoundSetDeleted';
DELETE FROM language_strings WHERE code='Server.Voip.SoundSetMapped';
DELETE FROM language_strings WHERE code='Server.Voip.NoSuchSoundSet';
DELETE FROM language_strings WHERE code='Server.Voip.MissingSoundFile';
DELETE FROM voip_preferences WHERE attribute='sound_set';