Index: openacs-4/contrib/packages/simulation/sql/postgresql/simulation-create-tables.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/contrib/packages/simulation/sql/postgresql/Attic/simulation-create-tables.sql,v diff -u -r1.2 -r1.3 --- openacs-4/contrib/packages/simulation/sql/postgresql/simulation-create-tables.sql 13 Oct 2003 09:57:02 -0000 1.2 +++ openacs-4/contrib/packages/simulation/sql/postgresql/simulation-create-tables.sql 13 Oct 2003 13:29:30 -0000 1.3 @@ -12,7 +12,7 @@ description text ); -comment on table sim_object IS 'Each record is an object in a simulation package.'; +comment on table sim_objects IS 'Each record is an object in a simulation package.'; select acs_object_type__create_type ( 'sim_object', -- object_type