pub type MigrateToV1<T> = VersionedMigration<0, 1, VersionUncheckedMigrateToV1<T>, Pallet<T>, <T as Config>::DbWeight>;
Migrate shared module storage to v1.
struct MigrateToV1<T> { /* private fields */ }