Bug 17708: Add the IGNORE clause
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Tue, 21 Mar 2017 19:00:19 +0000 (16:00 -0300)
committerKyle M Hall <kyle@bywatersolutions.com>
Fri, 31 Mar 2017 12:36:16 +0000 (12:36 +0000)
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
installer/data/mysql/atomicupdate/bug_17708_add-RenewalLog.sql

index 1ab946e..7c819b7 100644 (file)
@@ -1,2 +1,2 @@
-INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, `type` ) VALUES
+INSERT IGNORE INTO systempreferences ( `variable`, `value`, `options`, `explanation`, `type` ) VALUES
 ('RenewalLog','0','','If ON, log information about renewals','YesNo');