Index: openacs-4/packages/workflow/tcl/workflow-procs-postgresql.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/workflow/tcl/workflow-procs-postgresql.xql,v diff -u -N -r1.6 -r1.7 --- openacs-4/packages/workflow/tcl/workflow-procs-postgresql.xql 29 Oct 2003 10:47:12 -0000 1.6 +++ openacs-4/packages/workflow/tcl/workflow-procs-postgresql.xql 16 Dec 2003 18:18:49 -0000 1.7 @@ -10,6 +10,8 @@ w.object_id, w.package_key, w.object_type, + w.description, + w.description_mime_type, a.short_name as initial_action, a.action_id as initial_action_id from workflows w left outer join @@ -22,17 +24,17 @@ - + select workflow__new ( - :short_name, - :pretty_name, - :package_key, - :object_id, - :object_type, - :creation_user, - :creation_ip, - :context_id + :attr_short_name, + :attr_pretty_name, + :attr_package_key, + :attr_object_id, + :attr_object_type, + :attr_creation_user, + :attr_creation_ip, + :attr_context_id );