VERY important update to reports_items that dave must have missed.. took me THREE HOURS to track down why alignment wasnt being saved from the report editor!

This commit is contained in:
james 2008-03-27 06:22:11 +00:00
parent 63a48c8fbf
commit 0dc2862fa0
2 changed files with 2 additions and 1 deletions

View File

@ -1 +1 @@
105
106

1
db/db.update.106.sql Normal file
View File

@ -0,0 +1 @@
ALTER TABLE `reports_items` CHANGE `align` `align` VARCHAR( 64 ) NOT NULL DEFAULT 'vtop center'