Index: openacs-4/packages/simulation/sql/postgresql/simulation-tables-create.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/simulation/sql/postgresql/simulation-tables-create.sql,v diff -u -r1.21 -r1.22 --- openacs-4/packages/simulation/sql/postgresql/simulation-tables-create.sql 14 Jan 2004 10:18:10 -0000 1.21 +++ openacs-4/packages/simulation/sql/postgresql/simulation-tables-create.sql 19 Jan 2004 17:10:31 -0000 1.22 @@ -79,7 +79,7 @@ primary key(role_id, party_id) ); -comment on table sim_role_party_map is 'Each record defines a group of users to be cast into a role in groups of group_size'; +comment on table sim_role_party_map is 'Each record defines a group of users to be cast into a role'; create table sim_tasks ( task_id integer constraint sim_tasks_fk @@ -123,8 +123,6 @@ primary key (simulation_id, party_id, type) ); -comment on table sim_party_sim_map is 'Each record is an invitation to a party to participate in a simulation.'; - create table sim_case_task_object_map ( task_id integer constraint sctom_fk references workflow_actions