Skip to content

Commit

Permalink
chore: try fix migration
Browse files Browse the repository at this point in the history
  • Loading branch information
kioqq committed Dec 11, 2023
1 parent a58b0c0 commit 1a3d5e6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/upgrades/v1.6.4/upgrades.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ func CreateUpgradeHandler(

if paramsSubspace.HasKeyTable() {
paramsSubspace.IterateKeys(ctx, func(key []byte) bool {
println(string(key))

paramsSubspace.Update(ctx, key, nil)
return false
})
Expand Down

0 comments on commit 1a3d5e6

Please sign in to comment.