update total_pages (#335)

This commit is contained in:
tarikceric 2023-08-28 13:05:01 -07:00 committed by GitHub
parent 54ee19d2ab
commit 95500d603a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,7 +25,7 @@ FROM
SELECT
collection_mint,
COUNT(*) AS item_count,
CEIL((COUNT(*)) / 1000) AS total_pages
CEIL((COUNT(*)) / 500) AS total_pages
FROM
{{ target.database }}.silver.nft_compressed_mints_onchain
WHERE