diff --git a/db/db.update.168.sql b/db/db.update.168.sql index 27dd3ba..443f086 100644 --- a/db/db.update.168.sql +++ b/db/db.update.168.sql @@ -1,2 +1,2 @@ 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), ('reports_show_unawarded_prizes', 'yes', 'Reports', 'yesno', 200, 'Display prizes that were not awarded in the Award Ceremony script.', -1); + VALUES ( 'reports_show_criteria', 'no', 'Reports', 'yesno', 300, 'Display criteria for each award in the Award Ceremony script.', -1);