Skip to content

Commit

Permalink
remove already performed migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
renauter committed Aug 23, 2024
1 parent 764bc4d commit 9e9303a
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions substrate-node/runtime/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -790,12 +790,7 @@ pub type Executive = frame_executive::Executive<

// All migrations executed on runtime upgrade as a nested tuple of types implementing
// `OnRuntimeUpgrade`.
type Migrations = (
pallet_tft_bridge::migrations::v2::MigrateBurnTransactionsV2<Runtime>,
pallet_scheduler::migration::v3::MigrateToV4<Runtime>,
migrations::update_storage_version::PalletBalancesToV1<Runtime>,
migrations::update_storage_version::PalletSessionToV1<Runtime>,
);
type Migrations = ();

// follows Substrate's non destructive way of eliminating otherwise required
// repetion: https://github.com/paritytech/substrate/pull/10592
Expand Down

0 comments on commit 9e9303a

Please sign in to comment.