Index: openacs-4/packages/acs-kernel/sql/postgresql/community-core-create.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-kernel/sql/postgresql/community-core-create.sql,v diff -u -r1.14 -r1.15 --- openacs-4/packages/acs-kernel/sql/postgresql/community-core-create.sql 22 Aug 2003 15:05:20 -0000 1.14 +++ openacs-4/packages/acs-kernel/sql/postgresql/community-core-create.sql 28 Aug 2003 09:41:38 -0000 1.15 @@ -516,6 +516,7 @@ salt char(40), password_question varchar(1000), password_answer varchar(1000), + password_changed_date timestamptz, -- table constraints constraint users_authority_username_un unique (authority_id, username)