Index: openacs-4/packages/download/sql/postgresql/download-create.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/download/sql/postgresql/download-create.sql,v diff -u -r1.6 -r1.7 --- openacs-4/packages/download/sql/postgresql/download-create.sql 17 May 2003 10:28:58 -0000 1.6 +++ openacs-4/packages/download/sql/postgresql/download-create.sql 12 Mar 2004 19:19:47 -0000 1.7 @@ -311,7 +311,9 @@ create view download_repository_obj as select repository_id, - o.*, + o.object_id, o.object_type, o.title as obj_title, o.package_id as obj_package_id, o.context_id, + o.security_inherit_p, o.creation_user, o.creation_date, o.creation_ip, o.last_modified, o.modifying_user, + o.modifying_ip, o.tree_sortkey, o.max_child_sortkey, i.parent_id, r.title, r.description, @@ -341,7 +343,9 @@ create view download_arch_revisions_obj as select dar.*, - o.*, + o.object_id, o.object_type, o.title as obj_title, o.package_id as obj_package_id, o.context_id, + o.security_inherit_p, o.creation_user, o.creation_date, o.creation_ip, o.last_modified, o.modifying_user, + o.modifying_ip, o.tree_sortkey, o.max_child_sortkey, r.item_id as archive_id, r.title as file_name, r.description as version_name,