pub type Migrations = (MigrationToV2<Runtime>, MigrateToV1<Runtime>, InitStorageVersions, MigrationToV4<Runtime>, MigrateV4ToV5<Runtime>, MigrationToV1<Runtime, WithBridgeHubRococoMessagesInstance>, FixMessagesV1Migration<Runtime, WithBridgeHubRococoMessagesInstance>, RemoveStorage<BridgeRococoMessagesPalletName, OutboundLanesCongestedSignalsKey, RocksDbWeight>, MigrationToV1<Runtime, BridgeRelayersInstance, LegacyLaneId>, MigrationToV2<Runtime, BridgeRelayersInstance, LegacyLaneId>, InitializeOnUpgrade<Runtime, ConstU32<BRIDGE_HUB_ID>, ConstU32<ASSET_HUB_ID>>, FeePerGasMigrationV0ToV1<Runtime>, MigrationForXcmV5<Runtime>, MigrateV0ToV1<Runtime, InitOffenceSeverity<Runtime>>, MigrateToLatestXcmVersion<Runtime>, MigrateV0ToV1<Runtime>);
Expand description
Migrations to apply on runtime upgrade.