Convert labels to new format and millimeters. Drop now-unused columns

"face" and "lines".
This commit is contained in:
dave 2010-06-08 18:49:21 +00:00
parent d67500fe1a
commit ce1d289a31
2 changed files with 5 additions and 1 deletions

View File

@ -1 +1 @@
173
174

4
db/db.update.174.sql Normal file
View File

@ -0,0 +1,4 @@
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` ;