Type Alias coretime_rococo_runtime::Migrations
source ยท pub type Migrations = (MigrationToV2<Runtime>, MigrationToV4<Runtime>, MigrateV4ToV5<Runtime>, MigrateV0ToV1<Runtime>, MigrateV1ToV2<Runtime>, MigrateV2ToV3<Runtime>, MigrateToLatestXcmVersion<Runtime>);Expand description
Migrations to apply on runtime upgrade.