Function cumulus_pallet_dmp_queue::migration::migrate_to_v1
source · pub fn migrate_to_v1<T: Config>() -> Weight
Expand description
Migrates QueueConfigData
from v1 (using only reference time weights) to v2 (with
2D weights).
NOTE: Only use this function if you know what you’re doing. Default to using
migrate_to_latest
.