diff --git a/runtime/bifrost-polkadot/src/lib.rs b/runtime/bifrost-polkadot/src/lib.rs index 76c4cfb0c..e53e10989 100644 --- a/runtime/bifrost-polkadot/src/lib.rs +++ b/runtime/bifrost-polkadot/src/lib.rs @@ -1892,7 +1892,11 @@ pub mod migrations { use super::*; /// Unreleased migrations. Add new ones here: - pub type Unreleased = pallet_xcm::migration::MigrateToLatestXcmVersion; + pub type Unreleased = ( + // permanent migration, do not remove + pallet_xcm::migration::MigrateToLatestXcmVersion, + bifrost_parachain_staking::migrations::InitGenesisMigration, + ); } /// Executive: handles dispatch to the various modules.