diff --git a/state-chain/runtime/src/lib.rs b/state-chain/runtime/src/lib.rs index d218fdb30e..97afdbf02d 100644 --- a/state-chain/runtime/src/lib.rs +++ b/state-chain/runtime/src/lib.rs @@ -883,6 +883,8 @@ pub type PalletExecutionOrder = ( // We use the executive pallet because the `pre_upgrade` and `post_upgrade` hooks are noops // for tuple migrations (like these). type PalletMigrations = ( + // DO NOT REMOVE `VersionUpdate`. THIS IS REQUIRED TO UPDATE THE VERSION FOR THE CFES EVERY + // UPGRADE pallet_cf_environment::migrations::VersionUpdate, pallet_cf_environment::migrations::PalletMigration, pallet_cf_funding::migrations::PalletMigration,