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.19.2.1 -r1.19.2.2 --- openacs-4/contrib/packages/project-manager/sql/postgresql/project-manager-table-create.sql 20 May 2004 17:30:02 -0000 1.19.2.1 +++ openacs-4/contrib/packages/project-manager/sql/postgresql/project-manager-table-create.sql 2 Jul 2004 23:13:48 -0000 1.19.2.2 @@ -548,7 +548,8 @@ -- PERT charts require minimum and maximum estimates -- these are optionally used estimated_hours_work_min numeric, - estimated_hours_work_max numeric + estimated_hours_work_max numeric, + ordering integer ); comment on table pm_process_task is '