Skip to content

Commit

Permalink
Merge pull request #39 from FlipsideCrypto/enhance_missing_tx
Browse files Browse the repository at this point in the history
upd _missing_transactions to incl null
  • Loading branch information
forgxyz authored Sep 8, 2023
2 parents 64bd4d9 + 00cacad commit b77b631
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions models/silver/retry/_missing_transactions.sql
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,4 @@ FROM
LEFT JOIN transactions t USING (block_number)
WHERE
b.tx_count != t.tx_count
OR t.tx_count IS NULL

0 comments on commit b77b631

Please sign in to comment.