From 66f4acff9e39b592b0ef980dfc5390f225a104e5 Mon Sep 17 00:00:00 2001 From: saleel Date: Thu, 26 Feb 2026 13:39:19 +0400 Subject: [PATCH] chore: bump prod db schema to v18 --- db-schemas.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db-schemas.json b/db-schemas.json index 5faea9d12..dd4a244b5 100644 --- a/db-schemas.json +++ b/db-schemas.json @@ -1,6 +1,6 @@ { "atp-indexer": { "testnet": "atp-indexer-testnet-v03", - "prod": "atp-indexer-prod-v17" + "prod": "atp-indexer-prod-v18" } }