docs(14-05): complete SQLite-to-Postgres migration script plan

- SUMMARY.md with execution results
- STATE.md updated with plan 05 completion
- ROADMAP.md updated with phase 14 progress
- DB-04 requirement marked complete
This commit is contained in:
2026-04-04 12:30:31 +02:00
parent b4c38134e1
commit 85104f3687
4 changed files with 108 additions and 13 deletions

View File

@@ -12,7 +12,7 @@ Requirements for this milestone. Each maps to roadmap phases.
- [ ] **DB-01**: Application runs on PostgreSQL instead of SQLite
- [ ] **DB-02**: All service functions use async database operations
- [ ] **DB-03**: Test infrastructure uses PGlite instead of bun:sqlite in-memory databases
- [ ] **DB-04**: Existing SQLite data can be migrated to Postgres via a one-time script
- [x] **DB-04**: Existing SQLite data can be migrated to Postgres via a one-time script
- [ ] **DB-05**: Docker Compose provides Postgres for local development
### Authentication
@@ -119,7 +119,7 @@ Which phases cover which requirements. Updated during roadmap creation.
| DB-01 | Phase 14 | Pending |
| DB-02 | Phase 14 | Pending |
| DB-03 | Phase 14 | Pending |
| DB-04 | Phase 14 | Pending |
| DB-04 | Phase 14 | Complete |
| DB-05 | Phase 14 | Pending |
| AUTH-01 | Phase 15 | Pending |
| AUTH-02 | Phase 15 | Pending |