mirror of
https://github.com/FlipsideCrypto/blast-models.git
synced 2026-02-06 11:06:46 +00:00
parent
f31e81d51e
commit
2660aad913
@ -28,7 +28,7 @@ from invalid_product_ids
|
||||
|
||||
with recent_records as (
|
||||
select distinct(product_id) from {{model}}
|
||||
where block_timestamp >= SYSDATE() - INTERVAL '7 days'
|
||||
where block_timestamp >= SYSDATE() - INTERVAL '30 days'
|
||||
),
|
||||
|
||||
invalid_product_ids as (
|
||||
|
||||
Loading…
Reference in New Issue
Block a user