Index: openacs-4/packages/acs-content-repository/sql/postgresql/content-type.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-content-repository/sql/postgresql/content-type.sql,v diff -u -r1.32.2.1 -r1.32.2.2 --- openacs-4/packages/acs-content-repository/sql/postgresql/content-type.sql 1 May 2004 08:32:09 -0000 1.32.2.1 +++ openacs-4/packages/acs-content-repository/sql/postgresql/content-type.sql 18 Jul 2004 17:28:59 -0000 1.32.2.2 @@ -309,7 +309,7 @@ -- Drop the column if neccessary if drop_attribute__drop_column then execute ''alter table '' || v_table || '' drop column '' || - drop_attribute__attribute_name || ''cascade''; + drop_attribute__attribute_name || '' cascade''; -- exception when others then -- raise_application_error(-20000, ''Unable to drop column '' ||