science-ation/db/db.update.140.sql

6 lines
265 B
MySQL
Raw Permalink Normal View History

DELETE FROM reports_items WHERE field = 'sponsor_confirmed';
ALTER TABLE `fairs_stats` CHANGE `next_chairemail` `next_chair_email` VARCHAR( 64 ) NOT NULL ;
2009-09-27 08:43:36 +00:00
UPDATE `reports_items` SET field = 'fairstats_next_chair_email' WHERE field = 'fairstats_next_chairemail';