Index: openacs-4/packages/dotlrn/sql/oracle/communities-package-create.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/sql/oracle/communities-package-create.sql,v diff -u -r1.2 -r1.3 --- openacs-4/packages/dotlrn/sql/oracle/communities-package-create.sql 13 May 2002 19:46:18 -0000 1.2 +++ openacs-4/packages/dotlrn/sql/oracle/communities-package-create.sql 30 May 2002 22:04:58 -0000 1.3 @@ -111,6 +111,10 @@ from dotlrn_community_types where community_type = dotlrn_community_type.delete.community_type; + delete + from group_types + where group_types.group_type = dotlrn_community_type.delete.community_type; + acs_object_type.drop_type(dotlrn_community_type.delete.community_type); end;