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

3 lines
413 B
MySQL
Raw Permalink Normal View History

INSERT IGNORE INTO `config` ( `var` , `val` , `category` , `type` , `type_values` , `ord` , `description` , `year` ) VALUES ( 'judge_scheduler_percent', '-1', 'Judge Scheduler', '', '', '99999', '', '0');
INSERT IGNORE INTO `config` ( `var` , `val` , `category` , `type` , `type_values` , `ord` , `description` , `year` ) VALUES ( 'judge_scheduler_activity', 'Done', 'Judge Scheduler', '', '', '99999', '', '0');