fix FR for votes

This commit is contained in:
desmond-hui 2024-09-27 07:44:28 -07:00
parent 3ca4af5f05
commit bec7b5e458

View File

@ -62,9 +62,8 @@ WITH pre_final AS (
{% else %}
AND t._inserted_timestamp::date = '2024-09-12'
{% endif %}
)
),
{% if is_incremental() %}
,
prev_null_block_timestamp_txs AS (
SELECT
b.block_timestamp,