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