From 0a84274f6bfa3ea6e4c37367da7a449d98ce8aca Mon Sep 17 00:00:00 2001 From: Nick Clemens Date: Tue, 22 Nov 2016 11:05:19 +0000 Subject: [PATCH] Bug 17391 (QA Followup) use INSERT INGORE in atomicupdate Signed-off-by: Nick Clemens Signed-off-by: Kyle M Hall --- installer/data/mysql/atomicupdate/bug_17391.sql | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/installer/data/mysql/atomicupdate/bug_17391.sql b/installer/data/mysql/atomicupdate/bug_17391.sql index b3cfd744b0..3d0e7807b8 100644 --- a/installer/data/mysql/atomicupdate/bug_17391.sql +++ b/installer/data/mysql/atomicupdate/bug_17391.sql @@ -1,2 +1,2 @@ -INSERT INTO systempreferences (variable,value,options,explanation,type) VALUES ('ReplytoDefault', '', NULL, 'The default email address to be set as replyto.', 'Free'); -INSERT INTO systempreferences (variable,value,options,explanation,type) VALUES ('ReturnpathDefault', '', NULL, 'The default email address to be set as return-path', 'Free'); +INSERT IGNORE INTO systempreferences (variable,value,options,explanation,type) VALUES ('ReplytoDefault', '', NULL, 'The default email address to be set as replyto.', 'Free'); +INSERT IGNORE INTO systempreferences (variable,value,options,explanation,type) VALUES ('ReturnpathDefault', '', NULL, 'The default email address to be set as return-path', 'Free'); -- 2.20.1