pub fn migrate_from_pallet_version_to_storage_version<Pallets: PalletVersionToStorageVersionHelper>(
db_weight: &RuntimeDbWeight,
) -> Weight
Expand description
Migrate from the PalletVersion
struct to the new StorageVersion
struct.
This will remove all PalletVersion's
from the state and insert the in-code storage version.