Skip to content

Commit ddc2f38

Browse files
committed
revert migration change
1 parent a60e105 commit ddc2f38

File tree

1 file changed

+6
-1
lines changed
  • runtimes/peregrine/src/migrations

1 file changed

+6
-1
lines changed

runtimes/peregrine/src/migrations/mod.rs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,12 @@ impl cumulus_pallet_xcmp_queue::migration::v5::V5Config for Runtime {
2929
type ChannelList = ParachainSystem;
3030
}
3131

32-
pub type RuntimeMigrations = ();
32+
pub type RuntimeMigrations = (
33+
pallet_xcm::migration::MigrateToLatestXcmVersion<Runtime>,
34+
frame_support::migrations::RemovePallet<Inflation, <Runtime as frame_system::Config>::DbWeight>,
35+
pallet_bonded_coins::migrations::v1::MigrateV0ToV1<Runtime>,
36+
cumulus_pallet_xcmp_queue::migration::v5::MigrateV4ToV5<Runtime>,
37+
);
3338

3439
impl pallet_migration::Config for Runtime {
3540
type RuntimeEvent = RuntimeEvent;

0 commit comments

Comments
 (0)