docs(m003): add dormant-columns rationale comment (review T1 minor #1)

This commit is contained in:
altair823
2026-05-01 20:36:27 +09:00
parent 5bcfd26bfd
commit 3797e6c4f3

View File

@@ -1,3 +1,6 @@
// v3: soft delete (#4) introduces deleted_at.
// last_recalled_at + recall_dismissed_at are pre-allocated for #6 (recall) —
// dormant until then to avoid a v4 migration round-trip.
import type Database from 'better-sqlite3';
export const version = 3;