Bug 17465: NumSavedReports syspref
[koha.git] / installer / data / mysql / atomicupdate / bug_17465_-_add_NumSavedReports_syspref.sql
1 INSERT IGNORE INTO systempreferences (`variable`, `value`, `options`, `explanation`, `type`) VALUES ('NumSavedReports', '20', NULL, 'By default, show this number of saved reports.', 'Integer');