forked from science-ation/science-ation
4 lines
287 B
SQL
4 lines
287 B
SQL
INSERT INTO `config` (`var`, `val`, `category`, `type`, `type_values`, `order`, `name`, `description`) VALUES
|
|
('judge_show_assignments', '1', 'Judge Registration', 'yesno', '', '20', 'Show judging assignments', 'Make judging assignments available to the judges from their accounts');
|
|
|