- Sneak a change into the db update, misnamed field

This commit is contained in:
dave 2009-09-27 08:25:22 +00:00
parent 5180c14b22
commit e4c632a380

View File

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