gsxdsm
0b488523c2
FN-8104: retire legacy SQLite database fallbacks
Retire legacy SQLite database calls from PostgreSQL-only startup and self-healing paths.
- Route plugin schema initialization exclusively through the PostgreSQL executor.
- Delegate soft-delete column repair to the PostgreSQL reconciliation seam.
- Remove temporary getDatabase allowlist entries and add no-SQLite regression coverage.
Files changed:
.../postgres/store-safe-defaults.pg.test.ts | 14 +++++-
packages/core/src/store.ts | 24 ++++------
.../engine/src/__tests__/plugin-runner.test.ts | 6 ---
.../self-healing-fake-overlap-seam.test.ts | 44 +++++++++++++++++++
packages/engine/src/self-healing.ts | 51 +++++-----------------
scripts/lib/getdatabase-allowlist.json | 17 +-------
6 files changed, 77 insertions(+), 79 deletions(-)
Fusion-Task-Id: FN-8104
Fusion-Task-Lineage: 88dee027-51c3-4c68-94dc-88191fe20330
Co-authored-by: Fusion (runfusion.ai) <noreply@runfusion.ai>
2026-07-16 10:33:47 -07:00
..
2026-07-14 23:18:55 -07:00
2026-07-13 23:00:25 -07:00
2026-06-23 23:30:32 -07:00
2026-06-03 19:12:28 -07:00
2026-06-14 15:29:35 -07:00
2026-07-10 13:26:23 -07:00
2026-07-13 01:21:33 -07:00
2026-06-24 19:25:38 -07:00
2026-07-16 10:33:47 -07:00
2026-06-18 16:47:09 -07:00
2026-07-08 09:00:47 -07:00
2026-06-15 02:30:41 -07:00
2026-06-25 22:41:18 -07:00
2026-07-14 23:18:55 -07:00
2026-06-03 19:12:28 -07:00
2026-07-16 08:11:24 -07:00
2026-06-14 15:29:35 -07:00
2026-06-25 17:04:30 -07:00
2026-06-19 05:13:39 -07:00