remove order by

This commit is contained in:
drethereum 2024-12-09 14:53:37 -07:00
parent 941eb4993d
commit cb21765f60

View File

@ -33,6 +33,4 @@ WHERE
)
FROM
{{ ref("streamline__get_chainhead") }}
)
ORDER BY
_id ASC
)