pub type MigrateV2ToV3<T> = VersionedMigration<2, 3, UncheckedMigrateToV3<T>, Pallet<T>, <T as Config>::DbWeight>;
Migrate V2 to V3 of the storage format.
V2
V3
struct MigrateV2ToV3<T> { /* private fields */ }