Skip to content

Commit

Permalink
refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
ayushmishra2005 committed Oct 23, 2024
1 parent 1731138 commit adc5992
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion runtime/cere/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1452,7 +1452,8 @@ type Migrations = (
pallet_nomination_pools::migration::versioned_migrations::V6ToV7<Runtime>,
pallet_staking::migrations::v14::MigrateToV14<Runtime>,
pallet_grandpa::migrations::MigrateV4ToV5<Runtime>,
migrations::Unreleased,
// This should be carefully enabled in the server, if not enabled
// migrations::Unreleased,
);

pub mod migrations {
Expand Down

0 comments on commit adc5992

Please sign in to comment.