From: Alan Knowles Date: Wed, 6 Apr 2011 04:42:51 +0000 (+0800) Subject: sync X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=e6b0d5bede2ff81eecb0f191f97182e12a90bc37 sync --- diff --git a/DataObjects/core.sql b/DataObjects/core.sql index 0725f937..d2891956 100644 --- a/DataObjects/core.sql +++ b/DataObjects/core.sql @@ -325,7 +325,7 @@ CREATE TABLE core_notify ( INDEX `lookup`(`act_when`, `msgid`) ); - +ALTER TABLE core_notify CHANGE COLUMN bounced event_id INT(11) NOT NULL DEFAULT 0; # - used by email / tracker to handle alises - we have to be carefull adding to this table...