Index: openacs-4/packages/mail-tracking/sql/postgresql/mail-tracking-create.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/mail-tracking/sql/postgresql/mail-tracking-create.sql,v diff -u -r1.7.2.4 -r1.7.2.5 --- openacs-4/packages/mail-tracking/sql/postgresql/mail-tracking-create.sql 23 Jun 2006 06:50:06 -0000 1.7.2.4 +++ openacs-4/packages/mail-tracking/sql/postgresql/mail-tracking-create.sql 26 Jun 2006 10:27:01 -0000 1.7.2.5 @@ -17,9 +17,7 @@ create table acs_mail_log ( - log_id integer primary key - constraint acs_mail_log_object_id_fk - references acs_objects(object_id), + log_id integer primary key, message_id varchar(300), -- object_id of the object that triggered the sending of the email object_id integer