DataObjects/core.sql
[Pman.Core] / DataObjects / core.sql
index 9292ebf..6c74585 100644 (file)
@@ -321,7 +321,7 @@ CREATE TABLE  core_notify  (
 );
 ALTER TABLE core_notify CHANGE COLUMN bounced event_id INT(11) NOT NULL DEFAULT 0;
  
-ALTER TABLE core_notify ADD COLUMN  act_start DATETIME NOT NULL,
+ALTER TABLE core_notify ADD COLUMN  act_start DATETIME NOT NULL;
 
 
 # - used by email / tracker to handle alises - we have to be carefull adding to this table...