Index: workflow.install
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/workflow/workflow.install,v
retrieving revision 1.2
diff -s -r1.2 workflow.install
138c138,144
< }
\ No newline at end of file
---
> }
> 
> function workflow_update_2() {
> //Make all tables utf 8 compatible, workflow_node_history covered above.
> return _system_update_utf8(array('workflow_actions', 'workflow_node', 'workflow_states', 'workflow_transitions', 'workflow_type_map', 'workflows'));
> }
> ?>
\ No newline at end of file
