And finally the db file

This commit is contained in:
dave 2010-03-02 22:50:52 +00:00
parent e9398f4895
commit af96e75f25

2
db/db.update.168.sql Normal file
View File

@ -0,0 +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);