pub type Migrations = (MigrateToV1<Runtime>, MigrationToV2<Runtime>, MigrateToV1<Runtime>, InitStorageVersions, DeleteUndecodableStorage, MigrationToV4<Runtime>, MigrateV4ToV5<Runtime>, SetNextAssetId<ConstU32<50_000_000>, Runtime, TrustBackedAssetsInstance>, MigrateV0ToV1<Runtime, InitOffenceSeverity<Runtime>>, MigrateToLatestXcmVersion<Runtime>, MigrateV0ToV1<Runtime>);
Expand description
Migrations to apply on runtime upgrade.