Reorganized docs, checked docs for internal consistency and made adjustments

This commit is contained in:
Jim Lancaster
2026-08-01 14:47:29 -05:00
parent 661e2b1bec
commit 99a128e981
11 changed files with 17 additions and 119 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ Use a fresh database. There will be no migrations, data conversion, legacy compa
- Remove `Revision`, `Source.job_id`, and the transcription fields that no longer belong on `Job`.
- Keep `create_all()` as the schema bootstrap for a fresh database.
- Delete `_ensure_sqlite_compat_columns()` and all schema patching from `src/transcription/db/operations.py`.
- Keep the Python models, `docs/schema_v2.md`, and `docs/ddl_v2.sql` consistent.
- Keep the Python models and `docs/schema_v2.md` consistent.
### 2. Align the async CRUD methods