forensics migrate
Apply pending SQLite migrations (Phase 15 Step 0.2).
Idempotent. Safe to run on every deploy — migrations that have already
been recorded in schema_version are skipped.
forensics migrate [OPTIONS]Options
Section titled “Options”| Option | Description |
|---|---|
--db PATH | Override the SQLite DB path (default: <project_root>/data/articles.db). |
--help | Show this message and exit. |
Built by Abstract Data