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