Skip to content

Commit

Permalink
Adding index to hierarchy table
Browse files Browse the repository at this point in the history
  • Loading branch information
davidwatkins73 committed Aug 1, 2016
1 parent d0ba0b8 commit 08c12f3
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions waltz-data/src/main/ddl/liquibase/db.changelog-1.0.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2260,4 +2260,16 @@
</changeSet>


<!-- 358 : Adding index to hierarchy table -->

<changeSet author="dwatkins"
id="20160801-358-1">
<createIndex indexName="idx_entity_hier_kind_ancestor"
tableName="entity_hierarchy">
<column name="kind"/>
<column name="ancestor_id"/>
</createIndex>
</changeSet>


</databaseChangeLog>

0 comments on commit 08c12f3

Please sign in to comment.