Skip to content

Commit

Permalink
Merge pull request #185 from decentrio/add_run_migration
Browse files Browse the repository at this point in the history
add run migration in upgrade handler
  • Loading branch information
vuong177 authored Oct 24, 2024
2 parents 37efb0e + 5878c53 commit 113cb6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/upgrades/v2.1.0/upgrade.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ func CreateUpgradeHandler(
return vm, err
}

return vm, nil
return mm.RunMigrations(ctx, configurator, vm)
}
}

0 comments on commit 113cb6e

Please sign in to comment.