Index: openacs-4/packages/dynamic-types/sql/oracle/dynamic-types-create.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dynamic-types/sql/oracle/dynamic-types-create.sql,v diff -u -N -r1.3 -r1.4 --- openacs-4/packages/dynamic-types/sql/oracle/dynamic-types-create.sql 26 May 2005 10:27:57 -0000 1.3 +++ openacs-4/packages/dynamic-types/sql/oracle/dynamic-types-create.sql 5 Apr 2018 14:44:09 -0000 1.4 @@ -285,7 +285,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 ' ||