Skip to content

Commit

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

Please sign in to comment.