Skip to content

Commit

Permalink
Gump indexeddb version
Browse files Browse the repository at this point in the history
  • Loading branch information
thsparks committed May 3, 2024
1 parent 650656c commit 13c47db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion teachertool/src/services/storageService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ function delValue(key: string) {
// ----------------------------------

const teacherToolDbName = "makecode-project-insights";
const dbVersion = 1;
const dbVersion = 2;
const checklistsStoreName = "checklists";

class TeacherToolDb {
Expand Down

0 comments on commit 13c47db

Please sign in to comment.