Index: openacs-4/packages/categories/sql/postgresql/upgrade/upgrade-1.1.5d3-1.1.5d4.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/categories/sql/postgresql/upgrade/Attic/upgrade-1.1.5d3-1.1.5d4.sql,v diff -u -N --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ openacs-4/packages/categories/sql/postgresql/upgrade/upgrade-1.1.5d3-1.1.5d4.sql 10 Mar 2021 15:18:32 -0000 1.1.2.1 @@ -0,0 +1,10 @@ + +-- Cleanup of obsolete acs_named_objects table and object type is +-- optional, as there might be running systems with object types +-- depending on acs_named_object. +-- begin; + +-- drop table if exists acs_named_objects; +-- select acs_object_type__drop_type('acs_named_object', 't'); + +-- end;