diff --git a/src/data/db.js b/src/data/db.js index b031b40..8355a5c 100644 --- a/src/data/db.js +++ b/src/data/db.js @@ -3,7 +3,7 @@ import { templateSeeds } from "./seeds"; export const db = new Dexie("drawDB"); -db.version(4).stores({ +db.version(5).stores({ diagrams: "++id, lastModified", templates: "++id, custom", });