This commit is contained in:
Eric Laurello 2024-06-03 12:15:31 -04:00
parent 748cfdbd8f
commit 38f7002361
2 changed files with 2 additions and 2 deletions

View File

@ -52,4 +52,4 @@ SELECT
FROM
blocks
ORDER BY
DESC
block_number DESC

View File

@ -94,4 +94,4 @@ numbers AS (
FROM
blocks_with_page_numbers
ORDER BY
DESC
block_number DESC