- do it properly

This commit is contained in:
dave 2009-09-27 08:43:36 +00:00
parent 67bb3eed85
commit 21882281c0

View File

@ -1,4 +1,5 @@
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';
UPDATE `reports_items` SET field = 'fairstats_next_chair_email' WHERE field = 'fairstats_next_chairemail';