From 5e6e52d4c7947dc6e544219d06bb38d1443b3651 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Thu, 17 Nov 2016 08:58:55 +0000 Subject: [PATCH] Bug 17391: Add atomic update file Signed-off-by: Jonathan Druart --- installer/data/mysql/atomicupdate/bug_17391.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 installer/data/mysql/atomicupdate/bug_17391.sql diff --git a/installer/data/mysql/atomicupdate/bug_17391.sql b/installer/data/mysql/atomicupdate/bug_17391.sql new file mode 100644 index 0000000..b3cfd74 --- /dev/null +++ b/installer/data/mysql/atomicupdate/bug_17391.sql @@ -0,0 +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'); -- 2.1.4