Function frame_support::migrations::migrate_from_pallet_version_to_storage_version[][src]

pub fn migrate_from_pallet_version_to_storage_version<AllPallets: 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 current storage version.