From 54aa1b7658c79599c09ed2343bf112d5ac8dcf35 Mon Sep 17 00:00:00 2001 From: dave Date: Mon, 15 Sep 2008 15:46:22 +0000 Subject: [PATCH] - One more quick fix, make it "special award only", instead of "awards", because a judge that wishes to judge a specific special award is only allowed to choose one. --- db/db.update.114.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db/db.update.114.sql b/db/db.update.114.sql index d16507c..3c12398 100644 --- a/db/db.update.114.sql +++ b/db/db.update.114.sql @@ -18,7 +18,7 @@ CREATE TABLE `users_judge` ( `years_regional` TINYINT NOT NULL , `years_national` TINYINT NOT NULL , `willing_chair` ENUM( 'yes', 'no' ) NOT NULL DEFAULT 'no', - `special_awards_only` ENUM( 'yes', 'no' ) NOT NULL DEFAULT 'no', + `special_award_only` ENUM( 'yes', 'no' ) NOT NULL DEFAULT 'no', PRIMARY KEY ( `users_id` ) ) ENGINE = MYISAM ;