Index: openacs-4/packages/simulation/sql/postgresql/simulation-content-types-create.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/simulation/sql/postgresql/simulation-content-types-create.sql,v diff -u -r1.10 -r1.11 --- openacs-4/packages/simulation/sql/postgresql/simulation-content-types-create.sql 12 Nov 2003 12:47:54 -0000 1.10 +++ openacs-4/packages/simulation/sql/postgresql/simulation-content-types-create.sql 12 Nov 2003 14:51:16 -0000 1.11 @@ -158,7 +158,7 @@ 'sim_character', -- content_type 'sim_location', -- target_type 'associated', -- relation_tag - 0, -- min_n + 1, -- min_n 1 -- max_n );