Skip to content

Commit

Permalink
Rococo AH: cleanup storage
Browse files Browse the repository at this point in the history
Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
  • Loading branch information
ggwpez committed May 13, 2024
1 parent 477a120 commit 9328cdd
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -981,10 +981,15 @@ pub type Migrations = (
// unreleased
cumulus_pallet_xcmp_queue::migration::v4::MigrationToV4<Runtime>,
pallet_collator_selection::migration::v2::MigrationToV2<Runtime>,
frame_support::migrations::RemovePallet<StateTrieMigrationName, RocksDbWeight>,
// permanent
pallet_xcm::migration::MigrateToLatestXcmVersion<Runtime>,
);

parameter_types! {
pub const StateTrieMigrationName: &'static str = "StateTrieMigration";
}

/// Migration to initialize storage versions for pallets added after genesis.
///
/// This is now done automatically (see <https://github.com/paritytech/polkadot-sdk/pull/1297>),
Expand Down

0 comments on commit 9328cdd

Please sign in to comment.