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.32 -r1.33 --- openacs-4/packages/dotlrn/sql/oracle/dotlrn-init.sql 8 Aug 2006 21:26:21 -0000 1.32 +++ openacs-4/packages/dotlrn/sql/oracle/dotlrn-init.sql 5 Jul 2018 11:16:16 -0000 1.33 @@ -330,15 +330,6 @@ min_n_rels_two => 0, max_n_rels_two => null ); - -- all rels to communities must have a portal_id - bar := acs_attribute.create_attribute( - object_type => 'dotlrn_member_rel', - attribute_name => 'portal_id', - datatype => 'integer', - pretty_name => 'Page ID', - pretty_plural => 'Page IDs' - ); - end; / show errors