pub type V5toV6<T> = VersionedMigration<5, 6, MigrateToV6<T>, Pallet<T>, <T as Config>::DbWeight>;
Wrapper over MigrateToV6 with convenience version checks.
MigrateToV6
struct V5toV6<T> { /* private fields */ }