pub type MigrateToV2<T> = VersionedMigration<1, 2, VersionUncheckedMigrateToV2<T>, Pallet<T>, <T as Config>::DbWeight>;
Migrate shared module storage from v1 to v2.
pub struct MigrateToV2<T> { /* private fields */ }