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

9 lines
371 B

USE provisioning;
alter table `voip_preferences` drop column `dynamic`;
alter table `voip_preferences` drop column `fielddev_pref`;
alter table `voip_preferences_enum` drop column `fielddev_pref`;
DROP TABLE voip_preference_relations;
DROP TABLE voip_fielddev_preferences;
DROP TRIGGER provisioning.voip_pref_icheck_trig;
DROP TRIGGER provisioning.voip_pref_ucheck_trig;