File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -1818,6 +1818,8 @@ pub mod migrations {
18181818 parachains_configuration:: migration:: v9:: MigrateToV9 < Runtime > ,
18191819 // Migrate parachain info format
18201820 paras_registrar:: migration:: VersionCheckedMigrateToV1 < Runtime , ParachainsToUnlock > ,
1821+
1822+ pallet_nomination_pools:: migration:: versioned_migrations:: V5toV6 < Runtime > ,
18211823 ) ;
18221824}
18231825
Original file line number Diff line number Diff line change @@ -1651,6 +1651,8 @@ pub mod migrations {
16511651 parachains_configuration:: migration:: v9:: MigrateToV9 < Runtime > ,
16521652 // Migrate parachain info format
16531653 paras_registrar:: migration:: VersionCheckedMigrateToV1 < Runtime , ParachainsToUnlock > ,
1654+
1655+ pallet_nomination_pools:: migration:: versioned_migrations:: V5toV6 < Runtime > ,
16541656 ) ;
16551657}
16561658
You can’t perform that action at this time.
0 commit comments