From 4597766614921d0637d4150a60cc0b73a9ebca49 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Tue, 23 May 2017 16:16:17 -0300 Subject: [PATCH] Bug 18663: Add pref ExportRemoveFields if missing --- installer/data/mysql/atomicupdate/bug_18663.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 installer/data/mysql/atomicupdate/bug_18663.sql diff --git a/installer/data/mysql/atomicupdate/bug_18663.sql b/installer/data/mysql/atomicupdate/bug_18663.sql new file mode 100644 index 0000000000..b8f246847f --- /dev/null +++ b/installer/data/mysql/atomicupdate/bug_18663.sql @@ -0,0 +1,2 @@ +INSERT IGNORE INTO systempreferences ( `variable`, `value`, `options`, `explanation`, `type` ) VALUES +('ExportRemoveFields','',NULL,'List of fields for non export in circulation.pl (separated by a space)','Free'); -- 2.11.0