From 42e81326996a7af2d56a46994923dea9b221bfc7 Mon Sep 17 00:00:00 2001 From: Nick Clemens Date: Thu, 29 Sep 2016 10:33:55 +0000 Subject: [PATCH] Bug 14874 (QA Followup) Fix atomicupdate file name --- .../atomicupdate/bug14874-addDefaultPatronSearchFieldspreference.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 installer/data/mysql/atomicupdate/bug14874-addDefaultPatronSearchFieldspreference.sql diff --git a/installer/data/mysql/atomicupdate/bug14874-addDefaultPatronSearchFieldspreference.sql b/installer/data/mysql/atomicupdate/bug14874-addDefaultPatronSearchFieldspreference.sql new file mode 100644 index 0000000..1790e03 --- /dev/null +++ b/installer/data/mysql/atomicupdate/bug14874-addDefaultPatronSearchFieldspreference.sql @@ -0,0 +1 @@ +INSERT IGNORE INTO systempreferences (variable,value,options,explanation,type) VALUES ('DefaultPatronSearchFields','surname,firstname,othernames,cardnumber,userid',NULL,'Comma separated list defining the default fields to be used during a patron search','free'); -- 2.1.4