Skip to content
Snippets Groups Projects
Commit ee504a69 authored by Johannes Goderbauer's avatar Johannes Goderbauer
Browse files

Liqui: added index for communication.addr

parent b72efe96
No related branches found
No related tags found
No related merge requests found
......@@ -47,5 +47,8 @@
<createIndex tableName="VISITPLANENTRY" indexName="IDX_VISITPLNENTRY_ORGCONTCT_ID">
<column name="ORGANISATION_CONTACT_ID"/>
</createIndex>
<createIndex tableName="COMMUNICATION" indexName="IDX_COMMUNICATION_ADDR">
<column name="ADDR"/>
</createIndex>
</changeSet>
</databaseChangeLog>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment