Skip to content

Commit

Permalink
add missing migrate flag to script helper
Browse files Browse the repository at this point in the history
  • Loading branch information
Southclaws committed Oct 14, 2023
1 parent 6d6f406 commit e2e7e3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/script/cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ func Run(opts ...fx.Option) {
all := append(opts, []fx.Option{
fx.NopLogger,
config.Build(),
infrastructure.Build(),
infrastructure.Build(true),
services.Build(),
resources.Build(),
}...)
Expand Down

0 comments on commit e2e7e3b

Please sign in to comment.