diff options
| author | nsfisis <nsfisis@gmail.com> | 2026-02-08 21:26:05 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2026-02-08 21:26:05 +0900 |
| commit | 5c1fb77776f0cf3647a7f43a0f5a6b254d2f97ad (patch) | |
| tree | c59de0fe383f905b4794433632199c84a33d29d4 /src/client/db/index.ts | |
| parent | c0d092b3bfef491d9aa02a4e7e8f503ea35e6420 (diff) | |
| download | kioku-5c1fb77776f0cf3647a7f43a0f5a6b254d2f97ad.tar.gz kioku-5c1fb77776f0cf3647a7f43a0f5a6b254d2f97ad.tar.zst kioku-5c1fb77776f0cf3647a7f43a0f5a6b254d2f97ad.zip | |
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 <noreply@anthropic.com>
Diffstat (limited to 'src/client/db/index.ts')
| -rw-r--r-- | src/client/db/index.ts | 1 |
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", |
