run migrations on db init

This commit is contained in:
jc 2025-12-31 11:36:11 -05:00
commit 024ddebc22
3 changed files with 23 additions and 19 deletions

4
go.mod
View file

@ -9,6 +9,10 @@ require (
)
require (
github.com/mfridman/interpolate v0.0.2 // indirect
github.com/pressly/goose/v3 v3.26.0 // indirect
github.com/sethvargo/go-retry v0.3.0 // indirect
go.uber.org/multierr v1.11.0 // indirect
golang.org/x/mod v0.30.0 // indirect
golang.org/x/net v0.47.0 // indirect
golang.org/x/sync v0.18.0 // indirect