Index: openacs-4/packages/notifications/sql/postgresql/notifications-replies-create.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/notifications/sql/postgresql/notifications-replies-create.sql,v diff -u -r1.2.2.1 -r1.2.2.2 --- openacs-4/packages/notifications/sql/postgresql/notifications-replies-create.sql 1 Feb 2003 00:14:51 -0000 1.2.2.1 +++ openacs-4/packages/notifications/sql/postgresql/notifications-replies-create.sql 2 Mar 2003 22:49:26 -0000 1.2.2.2 @@ -24,7 +24,7 @@ constraint notif_repl_from_fk references users(user_id), subject varchar(100), content text, - reply_date timestamp + reply_date timestamptz ); -- RI indexes