Skip to content

Commit

Permalink
chore: add todo for migration
Browse files Browse the repository at this point in the history
  • Loading branch information
johnletey committed Feb 14, 2023
1 parent 4639bed commit fa3c6bf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/upgrades/v1_rc1/upgrade.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ func CreateUpgradeHandler(
return vm, nil
}

// TODO(@john): Do we need to run the ICS27 migration?
// We never used ICA Controller features prior to this upgrade.

ReinitialiseBundlesParams(ctx, bundlesKeeper, bundlesStoreKey)
return mm.RunMigrations(ctx, configurator, vm)
}
Expand Down

0 comments on commit fa3c6bf

Please sign in to comment.