mirror of
https://github.com/FlipsideCrypto/eclipse-models.git
synced 2026-02-06 16:06:53 +00:00
revert
This commit is contained in:
parent
919ffbff65
commit
1612981145
@ -34,14 +34,14 @@ WITH blocks AS (
|
||||
FROM
|
||||
{{ ref("streamline__blocks") }}
|
||||
WHERE
|
||||
block_id >= 54084999
|
||||
block_id >= 52500858
|
||||
EXCEPT
|
||||
SELECT
|
||||
block_id
|
||||
FROM
|
||||
{{ ref('streamline__block_txs_complete') }}
|
||||
WHERE
|
||||
block_id <= 54084999
|
||||
block_id <= 52500858
|
||||
EXCEPT
|
||||
SELECT
|
||||
block_id
|
||||
|
||||
Loading…
Reference in New Issue
Block a user