[WEB-4240] chore: bump local db version to 1.3 #7154

This commit is contained in:
Prateek Shourya 2025-06-04 13:01:29 +05:30 committed by GitHub
parent e570fe404f
commit 2e822b38e4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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;