forked from science-ation/science-ation
Convert labels to new format and millimeters. Drop now-unused columns
"face" and "lines".
This commit is contained in:
parent
d67500fe1a
commit
ce1d289a31
@ -1 +1 @@
|
||||
173
|
||||
174
|
||||
|
4
db/db.update.174.sql
Normal file
4
db/db.update.174.sql
Normal 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` ;
|
||||
|
Loading…
Reference in New Issue
Block a user