mirror of
https://github.com/FlipsideCrypto/flow-models.git
synced 2026-02-06 09:16:59 +00:00
add quotes to date
This commit is contained in:
parent
5de5848aa3
commit
8abd69c18b
@ -54,7 +54,7 @@ WHERE
|
||||
AND DATE_TRUNC(
|
||||
'hour',
|
||||
block_timestamp
|
||||
) >= {{ min_block_timestamp_hour }}
|
||||
) >= '{{ min_block_timestamp_hour }}'
|
||||
{% endif %}
|
||||
GROUP BY
|
||||
1
|
||||
|
||||
@ -52,7 +52,7 @@ WITH fees AS (
|
||||
AND DATE_TRUNC(
|
||||
'hour',
|
||||
block_timestamp
|
||||
) >= {{ min_block_timestamp_hour }}
|
||||
) >= '{{ min_block_timestamp_hour }}'
|
||||
{% endif %}
|
||||
GROUP BY
|
||||
1
|
||||
@ -98,7 +98,7 @@ transactions AS (
|
||||
AND DATE_TRUNC(
|
||||
'hour',
|
||||
block_timestamp
|
||||
) >= {{ min_block_timestamp_hour }}
|
||||
) >= '{{ min_block_timestamp_hour }}'
|
||||
{% endif %}
|
||||
GROUP BY
|
||||
1
|
||||
|
||||
Loading…
Reference in New Issue
Block a user