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.5 -r1.6 --- openacs-4/contrib/packages/simulation/sql/postgresql/simulation-content-types-create.sql 27 Oct 2003 07:31:55 -0000 1.5 +++ openacs-4/contrib/packages/simulation/sql/postgresql/simulation-content-types-create.sql 31 Oct 2003 08:43:15 -0000 1.6 @@ -38,6 +38,16 @@ 'integer constraint sim_char_stylesheet_fk references cr_items' -- column_spec ); +select content_type__register_relation_type ( + 'sim_character', -- content_type + 'image', -- target_type + 'image', -- relation_tag + 0, -- min_n + 10 -- max_n +); + + + -- sim_prop select content_type__create_type(