pub type Migrations = (MigrateToV1<Runtime>, MigrateToV1<Runtime>, InitStorageVersions, MigrationToV4<Runtime>, InitializeOnUpgrade<Runtime, ConstU32<BRIDGE_HUB_ID>, ConstU32<ASSET_HUB_ID>>, MigrateToLatestXcmVersion<Runtime>);
Expand description

Migrations to apply on runtime upgrade.