Skip to content

Commit

Permalink
Remove migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonTulp committed Aug 27, 2024
1 parent f5d346f commit e88414c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 244 deletions.
15 changes: 1 addition & 14 deletions runtime/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1465,20 +1465,7 @@ pub type Executive = frame_executive::Executive<
frame_system::ChainContext<Runtime>,
Runtime,
AllPalletsWithSystem,
(
pallet_multisig::migrations::v1::MigrateToV1<Runtime>,
pallet_preimage::migration::v1::Migration<Runtime>,
pallet_scheduler::migration::v3::MigrateToV4<Runtime>,
pallet_assets::migration::v1::MigrateToV1<Runtime>,
pallet_balances::migration::MigrateToTrackInactive<Runtime, ()>,
pallet_scheduler::migration::v4::CleanupAgendas<Runtime>,
pallet_staking::migrations::v13::MigrateToV13<Runtime>,
pallet_grandpa::migrations::CleanupSetIdSessionMap<Runtime>,
pallet_offences::migration::v1::MigrateToV1<Runtime>,
pallet_im_online::migration::v1::Migration<Runtime>,
pallet_election_provider_multi_phase::migrations::v1::MigrateToV1<Runtime>,
migrations::AllMigrations,
),
(migrations::AllMigrations,),
>;

impl_runtime_apis! {
Expand Down
230 changes: 0 additions & 230 deletions runtime/src/migrations/ethy.rs

This file was deleted.

0 comments on commit e88414c

Please sign in to comment.