Index: openacs-4/contrib/packages/simulation/sql/postgresql/simulation-content-types-create.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/contrib/packages/simulation/sql/postgresql/Attic/simulation-content-types-create.sql,v diff -u -r1.4 -r1.5 --- openacs-4/contrib/packages/simulation/sql/postgresql/simulation-content-types-create.sql 24 Oct 2003 09:46:13 -0000 1.4 +++ openacs-4/contrib/packages/simulation/sql/postgresql/simulation-content-types-create.sql 27 Oct 2003 07:31:55 -0000 1.5 @@ -35,7 +35,7 @@ 'Stylesheets', -- pretty_plural 1, -- sort_order null, -- default_value - 'integer constraint sim_char_stylesheet_fk references sim_stylesheets(stylesheet_id)' -- column_spec + 'integer constraint sim_char_stylesheet_fk references cr_items' -- column_spec ); -- sim_prop @@ -58,7 +58,7 @@ 'Stylesheets', -- pretty_plural 1, -- sort_order null, -- default_value - 'integer constraint sim_char_stylesheet_fk references sim_stylesheets(stylesheet_id)' -- column_spec + 'integer constraint sim_prop_stylesheet_fk references cr_items' -- column_spec ); @@ -116,5 +116,5 @@ 'Stylesheets', -- pretty_plural 4, -- sort_order null, -- default_value - 'integer constraint sim_char_stylesheet_fk references sim_stylesheets(stylesheet_id)' -- column_spec + 'integer constraint sim_home_stylesheet_fk references cr_items' -- column_spec );