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.12 -r1.13 --- openacs-4/packages/rss-support/sql/postgresql/rss-generation-create.sql 24 Feb 2005 13:33:25 -0000 1.12 +++ openacs-4/packages/rss-support/sql/postgresql/rss-generation-create.sql 13 Feb 2008 22:40:05 -0000 1.13 @@ -106,7 +106,7 @@ not null constraint rss_gen_subscrs_impl_fk references acs_sc_impls(impl_id), - summary_context_id varchar(100) + summary_context_id integer constraint rss_gen_subscrs_ctx_nn not null constraint rss_gen_subscrs_ctx_fk Index: openacs-4/packages/rss-support/sql/postgresql/upgrade/upgrade-0.3-0.4.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/rss-support/sql/postgresql/upgrade/Attic/upgrade-0.3-0.4.sql,v diff -u --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ openacs-4/packages/rss-support/sql/postgresql/upgrade/upgrade-0.3-0.4.sql 13 Feb 2008 22:40:06 -0000 1.1 @@ -0,0 +1 @@ +alter table rss_gen_subscrs alter summary_context_id type integer using summary_context_id::integer;