science-ation/db/db.update.226.sql
jacob 39f53e4168 Added teacher abillity to add/remove students
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
2010-11-29 22:54:12 +00:00

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;