Type Alias polkadot_runtime_parachains::scheduler::migration::MigrateV0ToV1
source · pub type MigrateV0ToV1<T> = VersionedMigration<0, 1, UncheckedMigrateToV1<T>, Pallet<T>, <T as Config>::DbWeight>;
Expand description
Migrate V0
to V1
of the storage format.
Aliased Type§
struct MigrateV0ToV1<T> { /* private fields */ }