Skip to content

Commit

Permalink
Revert "CORE-16614: move where clause"
Browse files Browse the repository at this point in the history
This reverts commit 4df5914.
  • Loading branch information
jennyang-r3 committed Sep 13, 2023
1 parent 11a6ccc commit 34c7cfb
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,8 @@
<createIndex
indexName="idx_consumed"
tableName="utxo_visible_transaction_state">
<column name="consumed">
<where>consumed IS NULL</where>
</column>
<column name="consumed"/>
<where>consumed IS NULL</where>
</createIndex>
</changeSet>

Expand Down

0 comments on commit 34c7cfb

Please sign in to comment.