diff --git a/runtime/kusama/src/lib.rs b/runtime/kusama/src/lib.rs index cc703ca43768..3a1cd459c7c1 100644 --- a/runtime/kusama/src/lib.rs +++ b/runtime/kusama/src/lib.rs @@ -1488,11 +1488,6 @@ pub type Migrations = ( // We need to apply this migration again, because `ResetInactive` resets the state again. pallet_balances::migration::MigrateToTrackInactive, crowdloan::migration::MigrateToTrackInactiveV2, - pallet_referenda::migration::v1::MigrateV0ToV1, - pallet_referenda::migration::v1::MigrateV0ToV1< - Runtime, - governance::FellowshipReferendaInstance, - >, pallet_scheduler::migration::v4::CleanupAgendas, pallet_staking::migrations::v13::MigrateToV13, parachains_disputes::migration::v1::MigrateToV1,