View | Details | Raw Unified | Return to bug 8000
Collapse All | Expand All

(-)a/installer/data/mysql/atomicupdate/bz8000_TestModeForNotices.sql (-1 / +6 lines)
Line 0 Link Here
0
- 
1
-- SYSPREF
2
INSERT IGNORE INTO systempreferences (variable,value,options,explanation,type)
3
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');
4
5
-- SCHEMA
6
ALTER TABLE message_queue ADD sentto_address mediumtext AFTER to_address;

Return to bug 8000