From 471d0f7d782e78dc9b5b6af042d666a221789bed Mon Sep 17 00:00:00 2001 From: james Date: Fri, 13 Nov 2009 21:25:40 +0000 Subject: [PATCH] Fix broken 151 db update --- db/db.update.151.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db/db.update.151.sql b/db/db.update.151.sql index 9b5e63c9..0e722d90 100644 --- a/db/db.update.151.sql +++ b/db/db.update.151.sql @@ -8,6 +8,6 @@ INSERT INTO `config` ( `var` , `val` , `category` , `type` , `type_values` , `or INSERT INTO `config` (`var`, `val`, `category`, `type`, `type_values`, `ord`, `description`, `year`) VALUES ('fairs_allow_login', 'no', 'Science Fairs', 'yesno', '', 200, 'Allow feeder fairs to login an enter stats and winners. If set to ''no'', they will only be able to download and upload awards using the SFIAB award download/upload mechanism.', -1), -('fairs_name', 'Science', 'Feeder Fairs', 'text', '', 300, 'What level the feeder fairs are. For example, ''School'' , ''Regional'', or just ''Science'' for a generic ''Science Fair''', -1); +('fairs_name', 'Science', 'Feeder Fairs', 'text', '', 300, 'What level the feeder fairs are. For example, ''School'' , ''Regional'', or just ''Science'' for a generic ''Science Fair''', -1), ('fairs_enable', 'no', 'Science Fairs', 'yesno', '', 100, 'Enable the Science Fair. Science Fairs can download awards tagged as ''downloadable'', and can upload winners of those awards directly into this system (optionally creating accounts for all students). There are also options to collect stats from these fairs.', -1);