Index: openacs-4/packages/dotlrn/sql/oracle/dotlrn-init.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/sql/oracle/dotlrn-init.sql,v diff -u -r1.25 -r1.26 --- openacs-4/packages/dotlrn/sql/oracle/dotlrn-init.sql 24 May 2002 01:58:45 -0000 1.25 +++ openacs-4/packages/dotlrn/sql/oracle/dotlrn-init.sql 30 May 2002 22:04:58 -0000 1.26 @@ -15,7 +15,7 @@ -- -- --- The DotLRN basic system +-- bootstrap dotLRN -- -- @author Ben Adida (ben@openforce.net) -- @creation-date 2001-09-25 @@ -38,11 +38,6 @@ description => 'Communities - the base community type' ); - update acs_object_types - set table_name = 'dotlrn_community', - package_name = 'dotlrn_community' - where object_type = 'dotlrn_community'; - -- these are the possible attributes of a community bar := acs_attribute.create_attribute( object_type => 'dotlrn_community', @@ -97,11 +92,6 @@ description => 'e.g. 6.001' ); - update acs_object_types - set table_name = 'dotlrn_class_instance', - package_name = 'dotlrn_class_instance' - where object_type = 'dotlrn_class_instance'; - -- create the dotlrn_club community type foo := dotlrn_community_type.new( community_type => 'dotlrn_club',