From 2e822b38e489282a6c42986cbf1b4566da278b5f Mon Sep 17 00:00:00 2001 From: Prateek Shourya Date: Wed, 4 Jun 2025 13:01:29 +0530 Subject: [PATCH] [WEB-4240] chore: bump local db version to 1.3 #7154 --- web/core/local-db/storage.sqlite.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/core/local-db/storage.sqlite.ts b/web/core/local-db/storage.sqlite.ts index f9223061e..90cda8a81 100644 --- a/web/core/local-db/storage.sqlite.ts +++ b/web/core/local-db/storage.sqlite.ts @@ -19,7 +19,7 @@ import { sanitizeWorkItemQueries } from "./utils/query-sanitizer.ts"; import { createTables } from "./utils/tables"; import { clearOPFS, getGroupedIssueResults, getSubGroupedIssueResults, log, logError } from "./utils/utils"; -const DB_VERSION = 1.1; +const DB_VERSION = 1.3; const PAGE_SIZE = 500; const BATCH_SIZE = 50;