forked from science-ation/science-ation
4 lines
278 B
SQL
4 lines
278 B
SQL
INSERT INTO `config` (`var`, `val`, `category`, `type`, `type_values`, `order`, `name`, `description`) VALUES
|
|
('student_enable_award_selection', '1', 'Student Registration', 'yesno', '', '500', 'Enable Student Award Selection', 'Allow students to self-nominate for awards');
|
|
|