clean up executed runtime migrations (#6206)

* kusama: clean up executed migrations

* polkadot: clean up executed migrations

* westend: clean up executed migrations
This commit is contained in:
Mara Robin B
2022-11-05 00:15:29 +01:00
committed by GitHub
parent ebe04eecf2
commit bf597d69e0
3 changed files with 0 additions and 18 deletions
-6
View File
@@ -1465,12 +1465,6 @@ pub type Executive = frame_executive::Executive<
Runtime,
AllPalletsWithSystem,
(
pallet_staking::migrations::v11::MigrateToV11<
Runtime,
VoterList,
StakingMigrationV11OldPallet,
>,
pallet_staking::migrations::v12::MigrateToV12<Runtime>,
// "Bound uses of call" <https://github.com/paritytech/polkadot/pull/5729>
pallet_preimage::migration::v1::Migration<Runtime>,
pallet_scheduler::migration::v3::MigrateToV4<Runtime>,