forked from science-ation/science-ation
39f53e4168
Updated the user_save to output more meaningful errors Updates on 'questions' and 'pagetext' tables to change the 0 conference ID to -1, matching the -1 year
3 lines
169 B
SQL
3 lines
169 B
SQL
UPDATE `questions` SET conferences_id = -1 WHERE `year` = -1 AND conferences_id = 0;
|
|
UPDATE `pagetext` SET conferences_id = -1 WHERE `year` = -1 AND conferences_id = 0;
|