From 67bb3eed85253b58aa0b45f53433ac29e8ec54ec Mon Sep 17 00:00:00 2001 From: dave Date: Sun, 27 Sep 2009 08:40:35 +0000 Subject: [PATCH] - Sneak in the report change for the last db change too --- db/db.update.140.sql | 1 + 1 file changed, 1 insertion(+) diff --git a/db/db.update.140.sql b/db/db.update.140.sql index f2c8c381..760d9ad2 100644 --- a/db/db.update.140.sql +++ b/db/db.update.140.sql @@ -1,3 +1,4 @@ DELETE FROM reports_items WHERE field = 'sponsor_confirmed'; ALTER TABLE `fairs_stats` CHANGE `next_chairemail` `next_chair_email` VARCHAR( 64 ) NOT NULL ; +UPDATE `reports_items` SET field = 'next_chair_email' WHERE field = 'next_chairemail';