forked from science-ation/science-ation
30072d182d
-Note: currently adds two configuration variables and a new category, they didn't seem to fit elsewhere.
2 lines
383 B
SQL
2 lines
383 B
SQL
INSERT INTO `config` ( `var` , `val` , `category` , `type` , `ord` , `description` , `year`) VALUES ( 'reports_show_unawarded_awards', 'yes', 'Reports', 'yesno', 100, 'Display awards that were not awarded in the Award Ceremony script.', -1), ('reports_show_unawarded_prizes', 'yes', 'Reports', 'yesno', 200, 'Display prizes that were not awarded in the Award Ceremony script.', -1);
|