Skip to content

Commit

Permalink
1826001 - added index.
Browse files Browse the repository at this point in the history
  • Loading branch information
chenson42 committed Nov 5, 2007
1 parent f031811 commit 1e91b66
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions symmetric/src/main/resources/ddl-config.xml
Expand Up @@ -68,6 +68,10 @@
<foreign-key name="fk_de_batch_id" foreignTable="outgoing_batch">
<reference local="batch_id" foreign="batch_id" />
</foreign-key>
<index name="idx_de_batchid_nodeid">
<index-column name="batch_id" />
<index-column name="node_id" />
</index>
</table>

<table name="node_group">
Expand Down

0 comments on commit 1e91b66

Please sign in to comment.