pub type VersionCheckedMigrateToV1<T> = VersionedRuntimeUpgrade<0, 1, VersionUncheckedMigrateToV1<T>, Pallet<T>, <T as Config>::DbWeight>;
Expand description

Version checked migration to v1.

Wrapped in VersionedRuntimeUpgrade so the pre/post checks don’t begin failing after the upgrade is enacted on-chain.