Skip to content

Commit

Permalink
Add index on case instance id in the historic plan item instance table
Browse files Browse the repository at this point in the history
  • Loading branch information
filiphr committed Nov 29, 2023
1 parent 4b2999a commit 63b8ca2
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -585,4 +585,10 @@
</createIndex>
</changeSet>

<changeSet id="18" author="flowable">
<createIndex tableName="ACT_CMMN_HI_PLAN_ITEM_INST" indexName="ACT_IDX_HI_PLAN_ITEM_INST_CASE">
<column name="CASE_INST_ID_"/>
</createIndex>
</changeSet>

</databaseChangeLog>

0 comments on commit 63b8ca2

Please sign in to comment.