science-ation/db/db.update.136.sql
dave ed04710018 - Rename YSF to YSC
- Add the help websites we lost somewhere for STO and YSC
- Copy the $config ysf login data into the fairs data
2009-09-19 06:12:48 +00:00

5 lines
134 B
SQL

ALTER TABLE `fairs` CHANGE `type` `type` ENUM( 'feeder', 'sfiab', 'ysc' ) NOT NULL ;
UPDATE fairs SET `type`='ysc' WHERE `type`='';