From 13c47dbd4a779ca5101f6f81620ea3415829d5fb Mon Sep 17 00:00:00 2001 From: thsparks Date: Fri, 3 May 2024 13:03:25 -0700 Subject: [PATCH] Gump indexeddb version --- teachertool/src/services/storageService.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/teachertool/src/services/storageService.ts b/teachertool/src/services/storageService.ts index ec42452e066b..34f729e20937 100644 --- a/teachertool/src/services/storageService.ts +++ b/teachertool/src/services/storageService.ts @@ -29,7 +29,7 @@ function delValue(key: string) { // ---------------------------------- const teacherToolDbName = "makecode-project-insights"; -const dbVersion = 1; +const dbVersion = 2; const checklistsStoreName = "checklists"; class TeacherToolDb {