Index: openacs-4/packages/notifications/sql/postgresql/upgrade/upgrade-4.6.4-5.0d1.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/notifications/sql/postgresql/upgrade/upgrade-4.6.4-5.0d1.sql,v diff -u -N -r1.1.2.1 -r1.1.2.2 --- openacs-4/packages/notifications/sql/postgresql/upgrade/upgrade-4.6.4-5.0d1.sql 4 Dec 2003 07:44:21 -0000 1.1.2.1 +++ openacs-4/packages/notifications/sql/postgresql/upgrade/upgrade-4.6.4-5.0d1.sql 4 Feb 2004 10:53:41 -0000 1.1.2.2 @@ -1,9 +1,9 @@ create table notification_email_hold ( - reply_id integer - 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 + reply_id integer + 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 );