Commit e3a0ce7da1d827e4fb7db00f0e4a9e6638b68d2f
1 parent
8927e88e
Add the "field_orders" table.
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3704 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
1 additions
and
0 deletions
config/tableMappings.inc
| ... | ... | @@ -129,4 +129,5 @@ $default->metadata_treenode_table = "metadata_lookup_tree"; |
| 129 | 129 | $default->metadata_condition_table = "metadata_lookup_condition"; |
| 130 | 130 | $default->md_condition_table = "metadata_lookup_condition"; |
| 131 | 131 | $default->md_condition_chain_table = "metadata_lookup_condition_chain"; |
| 132 | +$default->field_orders_table = 'field_orders'; | |
| 132 | 133 | ?> | ... | ... |