From 8fe3c36034346dff1498683570a83e3e4c66d952 Mon Sep 17 00:00:00 2001 From: mxbeaulieu Date: Mon, 8 Jun 2015 08:56:40 -0400 Subject: [PATCH] Bug 8000 - Atomic Update --- installer/data/mysql/atomicupdate/bz8000_TestModeForNotices.sql | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 installer/data/mysql/atomicupdate/bz8000_TestModeForNotices.sql diff --git a/installer/data/mysql/atomicupdate/bz8000_TestModeForNotices.sql b/installer/data/mysql/atomicupdate/bz8000_TestModeForNotices.sql new file mode 100644 index 0000000..c59f3ac --- /dev/null +++ b/installer/data/mysql/atomicupdate/bz8000_TestModeForNotices.sql @@ -0,0 +1,6 @@ +-- SYSPREF +INSERT IGNORE INTO systempreferences (variable,value,options,explanation,type) +VALUES ('SendAllEmailsTo','',NULL,'This email will replace the To address in every message sent by the system. This is meant to help testing and validation only.','Textarea'); + +-- SCHEMA +ALTER TABLE message_queue ADD sentto_address mediumtext AFTER to_address; -- 2.1.4