Type Alias democracy_mbm::versioned_migrations::V1ToV2
source · pub type V1ToV2<T, InitArgs> = VersionedMigration<1, 2, DemocracyMigrationV1ToV2<T, InitArgs>, Pallet<T>, <T as Config>::DbWeight>;
Expand description
Migration V1 to V2 wrapped in a [frame_support::migrations::VersionedMigration
], ensuring
the migration is only performed when on-chain version is 1.
Aliased Type§
struct V1ToV2<T, InitArgs> { /* private fields */ }