2025-02-12 02:22:50 +00:00

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');