- sneak in an update I forgot to add.. hopefully noone applied this patch

within th elast 3 minutes.
This commit is contained in:
dave 2007-11-16 05:24:17 +00:00
parent 82697d2dd8
commit 9f0b1d494b

View File

@ -18,3 +18,8 @@ PRIMARY KEY ( `id` )
) TYPE = MYISAM ;
ALTER TABLE `reports` CHANGE `type` `type` ENUM( 'student', 'judge', 'award', 'committee', 'school', 'volunteer' ) NOT NULL DEFAULT 'student'
INSERT INTO `config` ( `var` , `val` , `category` , `type` , `type_values` , `ord` , `description` , `year` )
VALUES (
'volunteer_enable', 'no', 'Volunteer Registration', 'yesno', '', '100', 'Allow Volunteers to create accounts and sign up for volunteer positions (positions are configurable in the admin section)', '-1');