Index: openacs-4/packages/workflow/sql/postgresql/workflow-tables-create.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/workflow/sql/postgresql/workflow-tables-create.sql,v diff -u -r1.17 -r1.18 --- openacs-4/packages/workflow/sql/postgresql/workflow-tables-create.sql 1 Dec 2003 09:53:19 -0000 1.17 +++ openacs-4/packages/workflow/sql/postgresql/workflow-tables-create.sql 10 Dec 2003 16:05:09 -0000 1.18 @@ -325,6 +325,7 @@ -- in both the open and resolved states but only has assigned_p set to true -- in the open state. ); +-- LARS TODO: Add unique constraint on (action_id, state_id)