science-ation/db/db.update.174.sql

5 lines
223 B
MySQL
Raw Normal View History

ALTER TABLE `reports_items` CHANGE `on_overflow` `on_overflow` ENUM( 'nothing', 'truncate', '...', 'scale' ) NOT NULL DEFAULT 'nothing';
ALTER TABLE `reports_items` DROP `lines`;
ALTER TABLE `reports_items` DROP `face` ;