File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -1820,6 +1820,7 @@ pub mod migrations {
18201820 paras_registrar:: migration:: VersionCheckedMigrateToV1 < Runtime , ParachainsToUnlock > ,
18211821
18221822 pallet_nomination_pools:: migration:: versioned_migrations:: V5toV6 < Runtime > ,
1823+ pallet_nomination_pools:: migration:: versioned_migrations:: V6ToV7 < Runtime > ,
18231824 ) ;
18241825}
18251826
Original file line number Diff line number Diff line change @@ -1653,6 +1653,7 @@ pub mod migrations {
16531653 paras_registrar:: migration:: VersionCheckedMigrateToV1 < Runtime , ParachainsToUnlock > ,
16541654
16551655 pallet_nomination_pools:: migration:: versioned_migrations:: V5toV6 < Runtime > ,
1656+ pallet_nomination_pools:: migration:: versioned_migrations:: V6ToV7 < Runtime > ,
16561657 ) ;
16571658}
16581659
You can’t perform that action at this time.
0 commit comments