forked from science-ation/science-ation
ed04710018
- Add the help websites we lost somewhere for STO and YSC - Copy the $config ysf login data into the fairs data
5 lines
134 B
SQL
5 lines
134 B
SQL
ALTER TABLE `fairs` CHANGE `type` `type` ENUM( 'feeder', 'sfiab', 'ysc' ) NOT NULL ;
|
|
|
|
UPDATE fairs SET `type`='ysc' WHERE `type`='';
|
|
|