forked from science-ation/science-ation
3 lines
413 B
MySQL
3 lines
413 B
MySQL
|
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');
|