From ec32e3b4ba06ffa1a5600921f9bc221d766db528 Mon Sep 17 00:00:00 2001
From: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Date: Thu, 17 Nov 2016 08:58:55 +0000
Subject: [PATCH] Bug 17391: Add atomic update file

Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com>

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
---
 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