BetterFrame/server/src/shared/db
Mitchell R 5c367203c6
fix(db): log failing PG migration index + SQL on error
Was crashing silently during migration. Now logs which migration
index failed and the first 200 chars of the SQL before rethrowing.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-05-24 05:05:31 +02:00
..
config.ts refactor(db): move service-store from BSB plugin to shared/db library 2026-05-24 02:48:32 +02:00
db-adapter.ts refactor(db): move service-store from BSB plugin to shared/db library 2026-05-24 02:48:32 +02:00
init.ts fix(db): log failing PG migration index + SQL on error 2026-05-24 05:05:31 +02:00
mappers.ts refactor(db): move service-store from BSB plugin to shared/db library 2026-05-24 02:48:32 +02:00
migrations-pg.ts refactor(db): move service-store from BSB plugin to shared/db library 2026-05-24 02:48:32 +02:00
migrations.ts refactor(db): move service-store from BSB plugin to shared/db library 2026-05-24 02:48:32 +02:00
pg-adapter.ts refactor(db): move service-store from BSB plugin to shared/db library 2026-05-24 02:48:32 +02:00
repository.ts refactor(db): move service-store from BSB plugin to shared/db library 2026-05-24 02:48:32 +02:00
sqlite-adapter.ts refactor(db): move service-store from BSB plugin to shared/db library 2026-05-24 02:48:32 +02:00
util.ts refactor(db): move service-store from BSB plugin to shared/db library 2026-05-24 02:48:32 +02:00