pub type MigrationToV2<T> = VersionedMigration<1, 2, UncheckedMigrationToV2<T>, Pallet<T>, <T as Config>::DbWeight>;
Expand description

UncheckedMigrationToV2 wrapped in a VersionedMigration, ensuring the migration is only performed when on-chain version is 1.

Aliased Type§

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