Commit 31e22332c4e7ae4f2ae88923b7b82f694e11d955
1 parent
86fc453e
Tables for mapping workflows to documents, and actions to workflows and
workflow states. git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3726 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
3 additions
and
0 deletions
config/tableMappings.inc
| ... | ... | @@ -134,4 +134,7 @@ $default->workflows_table = 'workflows'; |
| 134 | 134 | $default->workflow_states_table = 'workflow_states'; |
| 135 | 135 | $default->workflow_transitions_table = 'workflow_transitions'; |
| 136 | 136 | $default->workflow_state_transitions_table = 'workflow_state_transitions'; |
| 137 | +$default->workflow_documents_table = 'workflow_documents'; | |
| 138 | +$default->workflow_actions_table = 'workflow_actions'; | |
| 139 | +$default->workflow_state_actions_table = 'workflow_state_actions'; | |
| 137 | 140 | ?> | ... | ... |