forked from science-ation/science-ation
- do it properly
This commit is contained in:
parent
67bb3eed85
commit
21882281c0
@ -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';
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user