Allow self references

This commit is contained in:
1ilit
2024-02-06 00:42:11 +02:00
parent 1f84e36f8c
commit 604bed67dd
4 changed files with 34 additions and 18 deletions

View File

@@ -3,7 +3,7 @@ import { templateSeeds } from "./seeds";
const db = new Dexie("drawDB");
db.version(2).stores({
db.version(3).stores({
diagrams: "++id, lastModified",
templates: "++id, custom",
});