diff --git a/db/db.code.version.txt b/db/db.code.version.txt index f96ac067..fe4afb0d 100644 --- a/db/db.code.version.txt +++ b/db/db.code.version.txt @@ -1 +1 @@ -105 +106 diff --git a/db/db.update.106.sql b/db/db.update.106.sql new file mode 100644 index 00000000..75f02326 --- /dev/null +++ b/db/db.update.106.sql @@ -0,0 +1 @@ +ALTER TABLE `reports_items` CHANGE `align` `align` VARCHAR( 64 ) NOT NULL DEFAULT 'vtop center'