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