science-ation/db/db.update.136.sql
dave 9e348d9b0c - For the first time probably ever, DELETE a config variable :O
- Rename the user/pass for fair type=ysc so it's more familiar (asks for YSC ID and pass)
- Convert cwsfregister to use the fair entry data.
2009-09-19 06:53:49 +00:00

7 lines
232 B
SQL

ALTER TABLE `fairs` CHANGE `type` `type` ENUM( 'feeder', 'sfiab', 'ysc' ) NOT NULL ;
UPDATE fairs SET `type`='ysc' WHERE `type`='';
DELETE FROM config WHERE var='ysf_region_id';
DELETE FROM config WHERE var='ysf_region_password';