Index: openacs-4/contrib/packages/project-manager/sql/postgresql/project-manager-table-create.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/contrib/packages/project-manager/sql/postgresql/Attic/project-manager-table-create.sql,v diff -u -r1.15.2.7 -r1.15.2.8 --- openacs-4/contrib/packages/project-manager/sql/postgresql/project-manager-table-create.sql 6 Feb 2004 18:37:47 -0000 1.15.2.7 +++ openacs-4/contrib/packages/project-manager/sql/postgresql/project-manager-table-create.sql 27 Feb 2004 22:46:12 -0000 1.15.2.8 @@ -52,6 +52,7 @@ not null constraint pm_projects_status_id_fk references pm_project_status, + -- if ongoing_p is true, then actual_end_date must be null ongoing_p char(1) default 'f' constraint pm_projects_ongoing_p_ck check (ongoing_p in ('t','f')),