forked from science-ation/science-ation
3 lines
296 B
SQL
3 lines
296 B
SQL
INSERT INTO `config` (`var`, `val`, `description`, `category`, `year`, `ord`) VALUES
|
|
('project_status', 'payment_pending', 'The status a project must have have to be considered eligible for judge scheduling. Must be one of "open", "payment_pending" or "complete".', 'Judge Scheduler', -1, 600);
|