science-ation/db/db.update.226.sql

3 lines
169 B
MySQL
Raw Permalink Normal View History

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;