Bug 13287: Remove warning if --days is not passed and pref empty
[koha.git] / installer / data / mysql / atomicupdate / bug_13287_AddPurgeSuggestionsOlderThan_SystemPreference.sql
1 INSERT IGNORE INTO systempreferences ( `variable`, `value`, `options`, `explanation`, `type` ) VALUES
2 ('PurgeSuggestionsOlderThan', '', NULL, 'If this script is called without the days parameter', 'Integer');