- Sneak in the report change for the last db change too

This commit is contained in:
dave 2009-09-27 08:40:35 +00:00
parent 9cee85a4f0
commit 67bb3eed85

View File

@ -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';