From 5c1fb77776f0cf3647a7f43a0f5a6b254d2f97ad Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sun, 8 Feb 2026 21:26:05 +0900 Subject: refactor(study): remove legacy card fallback and comments All cards now use note-based template rendering. The legacy front/back fallback path is no longer needed. Co-Authored-By: Claude Opus 4.6 --- src/client/db/index.ts | 1 - 1 file changed, 1 deletion(-) (limited to 'src/client/db/index.ts') 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", -- cgit v1.3-1-g0d28