This repository was archived by the owner on Jun 8, 2026. It is now read-only.
Commit cc4e0e7
committed
FEA-1550: Add SQLite to PGlite migration
- Add a recoverable SQLite to PGlite migration layer for agent dashboard data
- Copy supported tables with row-count verification and .bak retention handling
- Cover successful migration, fallback, skip, and backup cleanup paths
Testing: Full desktop test suite, typecheck, lint, and focused migration tests passed
Risks: Runtime cutover to PGlite remains gated on the shared PGlite engine/schema prerequisite1 parent 6ac17cb commit cc4e0e7
4 files changed
Lines changed: 774 additions & 1 deletion
File tree
- apps/desktop
- src/main/database
- test
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| 48 | + | |
48 | 49 | | |
49 | 50 | | |
50 | 51 | | |
| |||
0 commit comments