Bug 14024 - add reports to action logs
[koha.git] / installer / data / mysql / atomicupdate / bug_14024_add_reportslog_syspref.sql
1 INSERT IGNORE INTO systempreferences (variable,value,explanation,options,type) VALUES ('ReportsLog','0',NULL,'If ON, log information about reports.','YesNo');