forked from science-ation/science-ation
8d6d653567
The default (as always) maintains old behaviour, so if this date is not explicitly set, it'll always show the schedule
2 lines
194 B
SQL
2 lines
194 B
SQL
INSERT INTO `dates` (`id`, `date`, `name`, `description`, `year`) VALUES (NULL, '0000-00-00 00:00:00', 'judgescheduleavailable', 'Judge assignments and schedule are available to judges', '-1');
|