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

10 lines
350 B

USE provisioning;
DELETE FROM language_strings WHERE code = 'Client.Voip.InvalidEnum';
-- Previously run .down scripts must have emptied this table and dealt
-- with the preferences in provisioning.voip_preferences this table.
DROP TABLE voip_preferences_enum;
ALTER TABLE voip_preferences MODIFY COLUMN data_type enum('boolean','int','string');