pub type MigrateV0ToV1<T> = VersionedMigration<0, 1, UncheckedMigrationToV1<T>, Pallet<T>, <T as Config>::DbWeight>;
Migrate V0 to V1.
V0
V1
struct MigrateV0ToV1<T> { /* private fields */ }