Skip to content

Commit

Permalink
sql: add coinbase index to atxs table (#5585)
Browse files Browse the repository at this point in the history
  • Loading branch information
kacpersaw committed Feb 20, 2024
1 parent 04f1be0 commit dee8f94
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sql/migrations/state/0012_atx_coinbase_index.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
CREATE INDEX atxs_by_coinbase ON atxs (coinbase);

0 comments on commit dee8f94

Please sign in to comment.