bvandeusen
79cd25b24a
M1/#291: drop goose-style stub migration (replaced by 0001_init.*)
2026-04-19 01:35:23 +00:00
bvandeusen
08a627b10b
M1/#291: placeholder down migration
2026-04-19 01:12:39 +00:00
bvandeusen
ceb0161677
M1/#291: placeholder up migration to establish runner
2026-04-19 01:12:37 +00:00
bvandeusen
9c66736916
M1/#291: env-gated migration test against real postgres
2026-04-19 01:12:12 +00:00
bvandeusen
380a76c053
M1/#291: wire pgxpool + golang-migrate runner with embedded migrations
2026-04-19 01:12:02 +00:00
bvandeusen
ff7cd8d38b
feat(skel): placeholder migration so embed.FS has a file to index
2026-04-18 21:20:45 +00:00
bvandeusen
9b9e0e4011
test(db): verify migrations stub loads embedded files and returns ErrNotConfigured
2026-04-18 21:20:40 +00:00
bvandeusen
58fa790b2b
feat(skel): db package with embedded migrations stub
...
Establishes the embed.FS and migrations/ layout up front. Migrate()
returns ErrNotConfigured intentionally — the real goose runner lands in
M2 alongside Postgres work, avoiding a toolchain bump to Go 1.24/1.25
through goose's transitive modernc.org/libc dependency chain.
2026-04-18 21:20:34 +00:00