nexus/packages/db/src
Matt Van Horn c59e059976 fix(db): use fileURLToPath for Windows-safe migration paths
URL.pathname returns /C:/... on Windows, causing doubled drive letters
when Node prepends the current drive. fileURLToPath handles this
correctly across platforms.

Fixes #132

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-07 16:17:45 -08:00
..
migrations Persist issue read state and clear unread on open 2026-03-06 08:34:19 -06:00
schema Persist issue read state and clear unread on open 2026-03-06 08:34:19 -06:00
backup-lib.ts Add configurable automatic database backup scheduling 2026-03-04 18:03:23 -06:00
backup.ts Add configurable automatic database backup scheduling 2026-03-04 18:03:23 -06:00
client.ts fix(db): use fileURLToPath for Windows-safe migration paths 2026-03-07 16:17:45 -08:00
index.ts Add configurable automatic database backup scheduling 2026-03-04 18:03:23 -06:00
migrate.ts Add secrets infrastructure: DB tables, shared types, env binding model, and migration improvements 2026-02-19 15:43:43 -06:00
seed.ts Expand data model with companies, approvals, costs, and heartbeats 2026-02-17 09:07:22 -06:00