Index: openacs-4/packages/rss-support/sql/postgresql/rss-generation-create.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/rss-support/sql/postgresql/rss-generation-create.sql,v diff -u -r1.9 -r1.10 --- openacs-4/packages/rss-support/sql/postgresql/rss-generation-create.sql 30 Jan 2003 15:14:02 -0000 1.9 +++ openacs-4/packages/rss-support/sql/postgresql/rss-generation-create.sql 17 May 2003 11:20:27 -0000 1.10 @@ -114,7 +114,7 @@ timeout integer constraint rss_gen_subscrs_timeout_nn not null, - lastbuild timestamp, + lastbuild timestamptz, last_ttb integer, channel_title varchar(200), channel_link varchar(1000), @@ -169,9 +169,9 @@ integer, -- impl_id varchar, -- summary_context_id integer, -- timeout - timestamp with time zone, -- lastbuild + timestamptz, -- lastbuild varchar, -- object_type - timestamp with time zone, -- creation_date + timestamptz, -- creation_date integer, -- creation_user varchar, -- creation_ip integer -- context_id