science-ation/db/db.update.174.sql
2010-06-08 18:49:21 +00:00

5 lines
223 B
SQL

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` ;