Skip to content

Commit

Permalink
Merge pull request #613 from EspressoSystems/jb/index-payload-hash
Browse files Browse the repository at this point in the history
Add index for queries by payload hash
  • Loading branch information
jbearer committed Jun 3, 2024
2 parents 1c47281 + 297dbe9 commit bcfce9e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions migrations/V20__payload_hash_index.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
CREATE INDEX header_payload_hash_idx ON header (payload_hash);

0 comments on commit bcfce9e

Please sign in to comment.