Skip to content

Commit

Permalink
CORE-16615: create index for utxo_transaction_output.type
Browse files Browse the repository at this point in the history
  • Loading branch information
jennyang-r3 committed Sep 15, 2023
1 parent 1e5deac commit 386dd03
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@
tableName="utxo_visible_transaction_state">
<column name="consumed"/>
</createIndex>

<createIndex
indexName="utxo_transaction_output_idx_type"
tableName="utxo_transaction_output">
<column name="type"/>
</createIndex>
</changeSet>

</databaseChangeLog>

0 comments on commit 386dd03

Please sign in to comment.