pub type Migrations = (MigrationToV2<Runtime>, MigrationToV4<Runtime>, MigrateV0ToV1<Runtime>, MigrateToLatestXcmVersion<Runtime>);
Expand description

Migrations to apply on runtime upgrade.