Skip to content

Commit

Permalink
chore: reset runtime migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
DylanVerstraete committed Jan 31, 2023
1 parent 81d9ee8 commit a3f5b2e
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions substrate-node/runtime/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -764,14 +764,7 @@ pub type Executive = frame_executive::Executive<

// All migrations executed on runtime upgrade as a nested tuple of types implementing
// `OnRuntimeUpgrade`.
type Migrations = (
pallet_smart_contract::migrations::v6::ContractMigrationV5<Runtime>,
pallet_tfgrid::migrations::v10::FixFarmNodeIndexMap<Runtime>,
pallet_tfgrid::migrations::v11::FixFarmingPolicy<Runtime>,
pallet_tfgrid::migrations::v12::InputValidation<Runtime>,
pallet_tfgrid::migrations::v13::FixPublicIP<Runtime>,
pallet_tfgrid::migrations::v14::FixFarmingPoliciesMap<Runtime>,
);
type Migrations = pallet_tfgrid::migrations::v14::FixFarmingPoliciesMap<Runtime>;

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

0 comments on commit a3f5b2e

Please sign in to comment.