Expand description
Exports for versioned migration type
s for this pallet.
Type Aliases§
- Migration V6 to V7 wrapped in a [
frame_support::migrations::VersionedMigration
], ensuring the migration is only performed when on-chain version is 6. - Migration V7 to V8 wrapped in a [
frame_support::migrations::VersionedMigration
], ensuring the migration is only performed when on-chain version is 7.