pub type MigrateV1ToV2<T> = VersionedMigration<1, 2, UncheckedMigrateToV2<T>, Pallet<T>, <T as Config>::DbWeight>;
Migrate V1 to V2 of the storage format.
V1
V2
struct MigrateV1ToV2<T> { /* private fields */ }