@@ -, +, @@ --- .../atomicupdate/bz8000_TestModeForNotices.sql | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 installer/data/mysql/atomicupdate/bz8000_TestModeForNotices.sql --- a/installer/data/mysql/atomicupdate/bz8000_TestModeForNotices.sql +++ a/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; --