Skip to content

Commit

Permalink
run migration
Browse files Browse the repository at this point in the history
  • Loading branch information
vuong177 committed Oct 24, 2024
1 parent 37efb0e commit fd6eaa2
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 fd6eaa2

Please sign in to comment.