From e4c632a3806f720a50e89bb8259c7487c727d61d Mon Sep 17 00:00:00 2001 From: dave Date: Sun, 27 Sep 2009 08:25:22 +0000 Subject: [PATCH] - Sneak a change into the db update, misnamed field --- db/db.update.140.sql | 2 ++ 1 file changed, 2 insertions(+) diff --git a/db/db.update.140.sql b/db/db.update.140.sql index df8cf4e..f2c8c38 100644 --- a/db/db.update.140.sql +++ b/db/db.update.140.sql @@ -1 +1,3 @@ DELETE FROM reports_items WHERE field = 'sponsor_confirmed'; + +ALTER TABLE `fairs_stats` CHANGE `next_chairemail` `next_chair_email` VARCHAR( 64 ) NOT NULL ;