run migrations on db init
This commit is contained in:
parent
9525f997da
commit
024ddebc22
3 changed files with 23 additions and 19 deletions
4
go.mod
4
go.mod
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue