Index: openacs-4/packages/dynamic-types/sql/postgresql/dtype-package-create.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dynamic-types/sql/postgresql/dtype-package-create.sql,v diff -u -N -r1.1 -r1.1.2.1 --- openacs-4/packages/dynamic-types/sql/postgresql/dtype-package-create.sql 15 Feb 2005 13:55:34 -0000 1.1 +++ openacs-4/packages/dynamic-types/sql/postgresql/dtype-package-create.sql 17 Feb 2005 03:12:37 -0000 1.1.2.1 @@ -576,7 +576,6 @@ if not v_content_revision_p then execute ''create view '' || v_table_name || ''i as select acs_objects.object_id, acs_objects.object_type, - acs_objects.package_id, acs_objects.title, acs_objects.context_id, acs_objects.security_inherit_p, acs_objects.creation_user, acs_objects.creation_date, acs_objects.creation_ip, acs_objects.last_modified, @@ -590,7 +589,6 @@ -- updates on this view execute ''create view '' || v_table_name || ''i as select acs_objects.object_id, acs_objects.object_type, - acs_objects.package_id, acs_objects.title as object_title, acs_objects.context_id, acs_objects.security_inherit_p, acs_objects.creation_user, acs_objects.creation_date, acs_objects.creation_ip, acs_objects.last_modified,