From 6454f86aa946bc98524784c54977a5cfec129b92 Mon Sep 17 00:00:00 2001 From: dave Date: Thu, 28 Feb 2008 20:03:48 +0000 Subject: [PATCH] - Add judge_scheduler_activity and judge_scheduler_percent to the config, if they don't already exist. --- db/db.code.version.txt | 2 +- db/db.update.105.sql | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 db/db.update.105.sql diff --git a/db/db.code.version.txt b/db/db.code.version.txt index b16e5f7..f96ac06 100644 --- a/db/db.code.version.txt +++ b/db/db.code.version.txt @@ -1 +1 @@ -104 +105 diff --git a/db/db.update.105.sql b/db/db.update.105.sql new file mode 100644 index 0000000..fba5af9 --- /dev/null +++ b/db/db.update.105.sql @@ -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');