Index: openacs-4/packages/notifications/sql/postgresql/notifications-replies-extra-create.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/notifications/sql/postgresql/notifications-replies-extra-create.sql,v diff -u -N -r1.2 -r1.2.2.1 --- openacs-4/packages/notifications/sql/postgresql/notifications-replies-extra-create.sql 6 Nov 2003 19:23:02 -0000 1.2 +++ openacs-4/packages/notifications/sql/postgresql/notifications-replies-extra-create.sql 27 Nov 2003 10:46:01 -0000 1.2.2.1 @@ -1,7 +1,8 @@ create table notification_email_hold ( reply_id integer - references notification_replies(reply_id) - primary key, + constraint notification_email_hold_pk primary key + constraint notif_email_hold_reply_id_ref + references notification_replies(reply_id), to_addr text, headers text, body text