Bug 18663: Add pref ExportRemoveFields if missing
[koha.git] / installer / data / mysql / atomicupdate / bug_18663.sql
1 INSERT IGNORE INTO systempreferences ( `variable`, `value`, `options`, `explanation`, `type` ) VALUES
2 ('ExportRemoveFields','',NULL,'List of fields for non export in circulation.pl (separated by a space)','Free');