mirror of
https://github.com/FlipsideCrypto/solana-models.git
synced 2026-02-06 11:27:00 +00:00
push fix
This commit is contained in:
parent
f303f689f0
commit
7cf361712d
@ -17,6 +17,7 @@ with base as (
|
||||
select b.block_id
|
||||
from solana.bronze_api.solscan_blocks_to_get b
|
||||
left outer join solana.silver._blocks_tx_count b2 on b.block_id = b2.block_id
|
||||
where b2.block_id is null
|
||||
),
|
||||
block_ids as (
|
||||
select block_id
|
||||
|
||||
Loading…
Reference in New Issue
Block a user