mirror of
https://github.com/FlipsideCrypto/aptos-models.git
synced 2026-02-06 15:47:11 +00:00
modify >= to > rm dupes
This commit is contained in:
parent
1a163ea3bf
commit
07df520223
@ -37,7 +37,7 @@ recent_balances AS (
|
||||
FROM
|
||||
{{ ref('silver__balances') }}
|
||||
WHERE
|
||||
block_date >= '{{ snapshot_date }}'::DATE
|
||||
block_date > '{{ snapshot_date }}'::DATE
|
||||
),
|
||||
|
||||
combined_balances AS (
|
||||
|
||||
Loading…
Reference in New Issue
Block a user