forked from science-ation/science-ation
- Add judge_scheduler_activity and judge_scheduler_percent to the config, if
they don't already exist.
This commit is contained in:
parent
a8ed1d28e9
commit
6454f86aa9
@ -1 +1 @@
|
||||
104
|
||||
105
|
||||
|
2
db/db.update.105.sql
Normal file
2
db/db.update.105.sql
Normal 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');
|
Loading…
Reference in New Issue
Block a user