- Add judge_scheduler_activity and judge_scheduler_percent to the config, if

they don't already exist.
This commit is contained in:
dave 2008-02-28 20:03:48 +00:00
parent a8ed1d28e9
commit 6454f86aa9
2 changed files with 3 additions and 1 deletions

View File

@ -1 +1 @@
104
105

2
db/db.update.105.sql Normal file
View File

@ -0,0 +1,2 @@
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');