aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/client/db
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/db')
-rw-r--r--src/client/db/index.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/db/index.ts b/src/client/db/index.ts
index 53df476..59cc526 100644
--- a/src/client/db/index.ts
+++ b/src/client/db/index.ts
@@ -243,7 +243,6 @@ export class KiokuDatabase extends Dexie {
});
// Version 3: noteId and isReversed are now required (NOT NULL)
- // No migration needed as production has no legacy data without notes
this.version(3).stores({
decks: "id, userId, updatedAt",
cards: "id, deckId, noteId, updatedAt, due, state",