Skip to content

Commit

Permalink
[parachains_configuration] add `parachains_configuration::migration::…
Browse files Browse the repository at this point in the history
…v11::MigrateToV11`
  • Loading branch information
bkontur committed Jan 29, 2024
1 parent 3845731 commit 272ef82
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions relay/kusama/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1711,6 +1711,7 @@ pub mod migrations {
// pallet_nomination_pools::migration::versioned::V7ToV8<Runtime>,
pallet_staking::migrations::v14::MigrateToV14<Runtime>,
parachains_configuration::migration::v10::MigrateToV10<Runtime>,
parachains_configuration::migration::v11::MigrateToV11<Runtime>,
pallet_grandpa::migrations::MigrateV4ToV5<Runtime>,
// Migrate Identity pallet for Usernames
pallet_identity::migration::versioned::V0ToV1<Runtime, IDENTITY_MIGRATION_KEY_LIMIT>,
Expand Down
1 change: 1 addition & 0 deletions relay/polkadot/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1732,6 +1732,7 @@ pub mod migrations {
// pallet_nomination_pools::migration::versioned::V7ToV8<Runtime>,
pallet_staking::migrations::v14::MigrateToV14<Runtime>,
parachains_configuration::migration::v10::MigrateToV10<Runtime>,
parachains_configuration::migration::v11::MigrateToV11<Runtime>,
pallet_grandpa::migrations::MigrateV4ToV5<Runtime>,
// Migrate Identity pallet for Usernames
pallet_identity::migration::versioned::V0ToV1<Runtime, IDENTITY_MIGRATION_KEY_LIMIT>,
Expand Down

0 comments on commit 272ef82

Please sign in to comment.