From 7a9308b2ea9db99c6c6c2e80128b4d14af1d6005 Mon Sep 17 00:00:00 2001 From: Alain Brenzikofer Date: Sun, 11 Feb 2024 16:55:49 +0100 Subject: [PATCH] add migration for xcmp queue --- polkadot-parachains/integritee-runtime/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/polkadot-parachains/integritee-runtime/src/lib.rs b/polkadot-parachains/integritee-runtime/src/lib.rs index fcb67159..444571bb 100644 --- a/polkadot-parachains/integritee-runtime/src/lib.rs +++ b/polkadot-parachains/integritee-runtime/src/lib.rs @@ -868,7 +868,7 @@ pub type SignedBlock = generic::SignedBlock; pub type BlockId = generic::BlockId; /// Migrations to apply on runtime upgrade. -pub type Migrations = (); +pub type Migrations = (cumulus_pallet_xcmp_queue::migration::v4::MigrationToV4,); /// Executive: handles dispatch to the various modules. pub type Executive = frame_executive::Executive<