forked from science-ation/science-ation
- sneak in an update I forgot to add.. hopefully noone applied this patch
within th elast 3 minutes.
This commit is contained in:
parent
82697d2dd8
commit
9f0b1d494b
@ -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');
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user