Index: openacs-4/packages/dotlrn/sql/postgresql/dotlrn-init.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/sql/postgresql/dotlrn-init.sql,v diff -u -N -r1.15 -r1.16 --- openacs-4/packages/dotlrn/sql/postgresql/dotlrn-init.sql 7 Aug 2017 23:48:09 -0000 1.15 +++ openacs-4/packages/dotlrn/sql/postgresql/dotlrn-init.sql 5 Jul 2018 11:16:16 -0000 1.16 @@ -373,21 +373,6 @@ null::integer ); - -- all rels to communities must have a portal_id - perform acs_attribute__create_attribute ( - 'dotlrn_member_rel', - 'portal_id', - 'integer', - 'Page ID', - 'Page IDs', - null, null, null, - 1, - 1, - null, - 'type_specific', - 'f' - ); - return 0; END; $$ LANGUAGE plpgsql;