From 0dc2862fa060fc0e5d602c1b38e044baba849a92 Mon Sep 17 00:00:00 2001
From: james <james>
Date: Thu, 27 Mar 2008 06:22:11 +0000
Subject: [PATCH] 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!

---
 db/db.code.version.txt | 2 +-
 db/db.update.106.sql   | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)
 create mode 100644 db/db.update.106.sql

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'