diff --git a/db/db.code.version.txt b/db/db.code.version.txt index c4597e5..c5356ba 100644 --- a/db/db.code.version.txt +++ b/db/db.code.version.txt @@ -1 +1 @@ -173 +174 diff --git a/db/db.update.174.sql b/db/db.update.174.sql new file mode 100644 index 0000000..0259242 --- /dev/null +++ b/db/db.update.174.sql @@ -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` ; +