mirror of
https://github.com/FlipsideCrypto/solana-models.git
synced 2026-02-06 14:16:46 +00:00
update total_pages (#335)
This commit is contained in:
parent
54ee19d2ab
commit
95500d603a
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user