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 -r1.2 -r1.3 --- openacs-4/packages/notifications/sql/postgresql/upgrade/upgrade-4.6.4-5.0d1.sql 11 Dec 2003 21:40:09 -0000 1.2 +++ openacs-4/packages/notifications/sql/postgresql/upgrade/upgrade-4.6.4-5.0d1.sql 26 Feb 2004 15:29:20 -0000 1.3 @@ -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 );