pub type Migrations = (MigrationToV2<Runtime>, MigrateV0ToV1<Runtime, InitOffenceSeverity<Runtime>>, MigrateToLatestXcmVersion<Runtime>, MigrateV0ToV1<Runtime>);
Expand description
Migrations to apply on runtime upgrade.
pub type Migrations = (MigrationToV2<Runtime>, MigrateV0ToV1<Runtime, InitOffenceSeverity<Runtime>>, MigrateToLatestXcmVersion<Runtime>, MigrateV0ToV1<Runtime>);
Migrations to apply on runtime upgrade.