pub type V6ToV7<T> = VersionedMigration<6, 7, VersionUncheckedMigrateV6ToV7<T>, Pallet<T>, <T as Config>::DbWeight>;
Expand description

Migration V6 to V7 wrapped in a [frame_support::migrations::VersionedMigration], ensuring the migration is only performed when on-chain version is 6.

Aliased Type§

struct V6ToV7<T> { /* private fields */ }