Commit Graph

3 Commits

Author SHA1 Message Date
d2dfa5f61b feat: add migration runner with genesisProbeTable param
Forward-only SQLite migration runner lifted from authd (src/db/migrate.ts,
PR #14 / merge ced21ab) and parameterized for cross-project use. The single
deliberate API change vs. authd's source: the previously-hardcoded
GENESIS_PROBE_TABLE = 'users' is now an ApplyOptions.genesisProbeTable?: string
option (default 'users').
2026-05-12 02:16:16 -07:00
293c748a96 chore: bootstrap sandbox settings 2026-05-12 01:58:29 -07:00
7c4f6c02f9 Initial commit 2026-05-12 07:00:57 +00:00