Index: openacs-4/contrib/packages/simulation/sql/postgresql/simulation-drop.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/contrib/packages/simulation/sql/postgresql/Attic/simulation-drop.sql,v diff -u -r1.16 -r1.17 --- openacs-4/contrib/packages/simulation/sql/postgresql/simulation-drop.sql 18 Dec 2003 15:22:54 -0000 1.16 +++ openacs-4/contrib/packages/simulation/sql/postgresql/simulation-drop.sql 18 Dec 2003 16:12:17 -0000 1.17 @@ -39,6 +39,16 @@ -- bad, stupid content_type__drop_type ---------------------------------------------------------------------- +-- sim_case +---------------------------------------------------------------------- + +select content_type__drop_type( + 'sim_case', + 't', + 't' +); + +---------------------------------------------------------------------- -- sim_location ----------------------------------------------------------------------