From 9b8347f78666044745fb81bc625ad9dc54b14c8a Mon Sep 17 00:00:00 2001 From: Amin Sammara Date: Thu, 26 Feb 2026 03:55:14 -0500 Subject: [PATCH] chore: bump prod indexer schema to v17 --- db-schemas.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db-schemas.json b/db-schemas.json index 8e02edf95..5faea9d12 100644 --- a/db-schemas.json +++ b/db-schemas.json @@ -1,6 +1,6 @@ { "atp-indexer": { "testnet": "atp-indexer-testnet-v03", - "prod": "atp-indexer-prod-v16" + "prod": "atp-indexer-prod-v17" } }