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

4 lines
157 B
MySQL
Raw 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 ;