Added a new syspref to Load history to the next user
[koha.git] / installer / data / mysql / atomicupdate / bug_8010-add_LoadSearchHistoryToTheFirstLoggedUser_syspref.sql
1 INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, `type` ) VALUES
2 ('addSearchHistoryToTheFirstLoggedUser', '1', NULL, 'If ON, the next user will automatically get the last seaches in his history', 'YesNo');