Index: openacs-4/packages/acs-kernel/sql/oracle/apm-create.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-kernel/sql/oracle/apm-create.sql,v diff -u -r1.46 -r1.47 --- openacs-4/packages/acs-kernel/sql/oracle/apm-create.sql 10 Mar 2010 00:44:03 -0000 1.46 +++ openacs-4/packages/acs-kernel/sql/oracle/apm-create.sql 12 Mar 2010 00:16:08 -0000 1.47 @@ -689,6 +689,14 @@ attr_id := acs_attribute.create_attribute( object_type => 'apm_parameter', + attribute_name => 'scope', + datatype => 'string', + pretty_name => 'Scope', + pretty_plural => 'Scope' + ); + + attr_id := acs_attribute.create_attribute( + object_type => 'apm_parameter', attribute_name => 'datatype', datatype => 'string', pretty_name => 'Datatype',