Skip to content

Commit

Permalink
Apply migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
MRamanenkau committed Jun 21, 2023
1 parent d3436d1 commit 082d368
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion runtime/cere-dev/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1364,7 +1364,7 @@ pub type Executive = frame_executive::Executive<
frame_system::ChainContext<Runtime>,
Runtime,
AllPalletsWithSystem,
(),
pallet_staking::migrations::v10::MigrateToV10<Runtime>,
>;

#[cfg(feature = "runtime-benchmarks")]
Expand Down
2 changes: 1 addition & 1 deletion runtime/cere/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1347,7 +1347,7 @@ pub type Executive = frame_executive::Executive<
frame_system::ChainContext<Runtime>,
Runtime,
AllPalletsWithSystem,
(),
pallet_staking::migrations::v10::MigrateToV10<Runtime>,
>;

#[cfg(feature = "runtime-benchmarks")]
Expand Down

0 comments on commit 082d368

Please sign in to comment.