From 61821b804e2eba6f89740581dea26065eead2090 Mon Sep 17 00:00:00 2001 From: saleel Date: Fri, 20 Feb 2026 21:13:11 +0400 Subject: [PATCH] chore: update schema to v15 --- db-schemas.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db-schemas.json b/db-schemas.json index 38bb99d1d..30bfcbc66 100644 --- a/db-schemas.json +++ b/db-schemas.json @@ -1,6 +1,6 @@ { "atp-indexer": { "testnet": "atp-indexer-testnet-v03", - "prod": "atp-indexer-prod-v14" + "prod": "atp-indexer-prod-v15" } }