Type Alias bridge_hub_rococo_runtime::Migrations
source · pub type Migrations = (MigrateToV1<Runtime>, MigrateToV1<Runtime>, InitStorageVersions, MigrationToV4<Runtime>);Expand description
Migrations to apply on runtime upgrade.
pub type Migrations = (MigrateToV1<Runtime>, MigrateToV1<Runtime>, InitStorageVersions, MigrationToV4<Runtime>);Migrations to apply on runtime upgrade.