Type Alias asset_hub_rococo_runtime::Migrations
source · pub type Migrations = (InitStorageVersions, MigrationToV4<Runtime>, MigrateV4ToV5<Runtime>, MigrationToV2<Runtime>, RemovePallet<StateTrieMigrationName, RocksDbWeight>, SetNextAssetId<ConstU32<50_000_000>, Runtime, TrustBackedAssetsInstance>, MigrateToLatestXcmVersion<Runtime>);
Expand description
Migrations to apply on runtime upgrade.