Type Alias pallet_society::migrations::MigrateToV2
source · pub type MigrateToV2<T, I, PastPayouts> = VersionedMigration<0, 2, VersionUncheckedMigrateToV2<T, I, PastPayouts>, Pallet<T, I>, <T as Config>::DbWeight>;
Expand description
VersionUncheckedMigrateToV2
wrapped in a [frame_support::migrations::VersionedMigration
],
ensuring the migration is only performed when on-chain version is 0.
Aliased Type§
struct MigrateToV2<T, I, PastPayouts> { /* private fields */ }