This commit is contained in:
drethereum 2024-08-06 17:23:43 -06:00
parent 5766237e88
commit cd68987512

View File

@ -109,7 +109,7 @@ WHERE
SELECT
s.*,
b.file_name,
_inserted_timestamp
b._inserted_timestamp
{% if evm_balances %}
, r.block_timestamp :: TIMESTAMP AS block_timestamp
{% endif %}
@ -153,7 +153,7 @@ WHERE
SELECT
s.*,
b.file_name,
_inserted_timestamp
b._inserted_timestamp
{% if evm_balances %}
, r.block_timestamp :: TIMESTAMP AS block_timestamp
{% endif %}