Index: openacs-4/packages/acs-kernel/sql/postgresql/acs-objects-create.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-kernel/sql/postgresql/acs-objects-create.sql,v diff -u -r1.59 -r1.60 --- openacs-4/packages/acs-kernel/sql/postgresql/acs-objects-create.sql 26 Jun 2009 00:38:34 -0000 1.59 +++ openacs-4/packages/acs-kernel/sql/postgresql/acs-objects-create.sql 16 Jul 2009 00:40:07 -0000 1.60 @@ -119,6 +119,22 @@ ); attr_id := acs_attribute__create_attribute ( + ''acs_object'', + ''modifying_user'', + ''integer'', + ''Modifying User'', + null, + null, + null, + null, + 1, + 1, + null, + ''type_specific'', + ''f'' + ); + + attr_id := acs_attribute__create_attribute ( ''acs_object'', ''creation_user'', ''integer'',