From aeb0672002b544a5395395d3587100101e95865b Mon Sep 17 00:00:00 2001 From: Lei OT Date: Thu, 12 Jun 2025 14:51:17 +0800 Subject: [PATCH] conf: indexedDB version upgrade --- src/utils/commons.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/commons.js b/src/utils/commons.js index 5e59a9b..ef297e1 100644 --- a/src/utils/commons.js +++ b/src/utils/commons.js @@ -679,7 +679,7 @@ export const buildTree = (list, keyMap={ rootKeys: [], ignoreKeys: [] }) => { /** * */ -const INDEXED_DB_VERSION = 3; +const INDEXED_DB_VERSION = 4; export const logWebsocket = (message, direction) => { var open = indexedDB.open('LogWebsocketData', INDEXED_DB_VERSION) open.onupgradeneeded = function () {