forked from science-ation/science-ation
3 lines
230 B
SQL
3 lines
230 B
SQL
INSERT INTO `config` ( `var` , `val` , `category` , `type` , `ord` , `description` , `year`)
|
|
VALUES ( 'reports_show_criteria', 'no', 'Reports', 'yesno', 300, 'Display criteria for each award in the Award Ceremony script.', -1);
|