Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
use migration
  • Loading branch information
serban300 committed Nov 6, 2023
commit 12ee88317bcc7009a08ab4b1f4511996d9db61cd
Original file line number Diff line number Diff line change
Expand Up @@ -944,6 +944,7 @@ pub type Migrations = (
pallet_multisig::migrations::v1::MigrateToV1<Runtime>,
// unreleased
InitStorageVersions,
cumulus_pallet_xcmp_queue::migration::MigrationToV4<Runtime>,
);

/// Migration to initialize storage versions for pallets added after genesis.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ pub type Migrations = (
pallet_collator_selection::migration::v1::MigrateToV1<Runtime>,
pallet_multisig::migrations::v1::MigrateToV1<Runtime>,
InitStorageVersions,
cumulus_pallet_xcmp_queue::migration::MigrationToV4<Runtime>,
);

/// Migration to initialize storage versions for pallets added after genesis.
Expand Down