diff --git a/db/db.update.61.sql b/db/db.update.61.sql index 025ceb3..ea1a372 100644 --- a/db/db.update.61.sql +++ b/db/db.update.61.sql @@ -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'); +