From 41552068d4afa4f9908c6a7eb57591c1eb231631 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Tue, 23 May 2017 16:16:17 -0300 Subject: [PATCH] [SIGNED-OFF] Bug 18663: Add pref ExportRemoveFields if missing Signed-off-by: Josef Moravec --- 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 0000000..b8f2468 --- /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.1.4