mirror of
https://github.com/FlipsideCrypto/flow-models.git
synced 2026-02-06 13:41:55 +00:00
add limit and col alias to blocks rt (#172)
* add limit and col alias to blocks * comment out limit
This commit is contained in:
parent
38b4e4abc9
commit
3f3c841115
@ -62,8 +62,10 @@ SELECT
|
||||
'height',
|
||||
block_height
|
||||
)
|
||||
)
|
||||
) AS request
|
||||
FROM
|
||||
tbl
|
||||
ORDER BY
|
||||
block_height ASC
|
||||
{# LIMIT
|
||||
250000 #}
|
||||
|
||||
@ -97,3 +97,5 @@ FROM
|
||||
collections_to_ingest
|
||||
ORDER BY
|
||||
block_height ASC
|
||||
{# LIMIT
|
||||
250000 #}
|
||||
|
||||
@ -95,3 +95,5 @@ FROM
|
||||
transactions_to_ingest
|
||||
ORDER BY
|
||||
block_height ASC
|
||||
{# LIMIT
|
||||
250000 #}
|
||||
|
||||
@ -95,3 +95,5 @@ FROM
|
||||
transactions_to_ingest
|
||||
ORDER BY
|
||||
block_height ASC
|
||||
{# LIMIT
|
||||
250000 #}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user