Skip to content

Commit

Permalink
fix: re-add version update (#4533)
Browse files Browse the repository at this point in the history
  • Loading branch information
kylezs authored Feb 14, 2024
1 parent 0b11cde commit 003ba3d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions state-chain/runtime/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -883,6 +883,9 @@ 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<Runtime>,
pallet_cf_environment::migrations::PalletMigration<Runtime>,
pallet_cf_funding::migrations::PalletMigration<Runtime>,
// pallet_cf_validator::migrations::PalletMigration<Runtime>,
Expand Down

0 comments on commit 003ba3d

Please sign in to comment.