Index: openacs-4/packages/new-portal/sql/oracle/objects-create.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/new-portal/sql/oracle/objects-create.sql,v diff -u -r1.8 -r1.9 --- openacs-4/packages/new-portal/sql/oracle/objects-create.sql 15 May 2007 20:14:47 -0000 1.8 +++ openacs-4/packages/new-portal/sql/oracle/objects-create.sql 9 Jul 2018 16:36:44 -0000 1.9 @@ -57,14 +57,6 @@ datatype => 'string' ); - attr_id := acs_attribute.create_attribute ( - object_type => 'portal_datasource', - attribute_name => 'CONTENT', - pretty_name => 'Content', - pretty_plural => 'Contents', - datatype => 'string' - ); - end; / show errors; @@ -105,14 +97,6 @@ datatype => 'string' ); - attr_id := acs_attribute.create_attribute ( - object_type => 'portal_layout', - attribute_name => 'TYPE', - pretty_name => 'Type', - pretty_plural => 'Types', - datatype => 'string' - ); - attr_id := acs_attribute.create_attribute ( object_type => 'portal_layout', attribute_name => 'FILENAME', @@ -169,14 +153,6 @@ datatype => 'string' ); - attr_id := acs_attribute.create_attribute ( - object_type => 'portal_element_theme', - attribute_name => 'TYPE', - pretty_name => 'Type', - pretty_plural => 'Types', - datatype => 'string' - ); - attr_id := acs_attribute.create_attribute ( object_type => 'portal_element_theme', attribute_name => 'FILENAME',