Index: openacs-4/packages/acs-content-repository/sql/oracle/upgrade/upgrade-5.2.0a1-5.2.0a2.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-content-repository/sql/oracle/upgrade/upgrade-5.2.0a1-5.2.0a2.sql,v diff -u -N -r1.2 -r1.3 --- openacs-4/packages/acs-content-repository/sql/oracle/upgrade/upgrade-5.2.0a1-5.2.0a2.sql 4 Jun 2006 00:45:23 -0000 1.2 +++ openacs-4/packages/acs-content-repository/sql/oracle/upgrade/upgrade-5.2.0a1-5.2.0a2.sql 7 Aug 2017 23:47:46 -0000 1.3 @@ -1288,7 +1288,7 @@ -- Drop the attribute acs_attribute.drop_attribute(content_type, attribute_name); - -- Drop the column if neccessary + -- Drop the column if necessary if drop_column = 't' then begin execute immediate 'alter table ' || v_table || ' drop column ' ||