Skip to content

Commit

Permalink
Try migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrylavrenov committed Nov 1, 2024
1 parent 9fbe5d5 commit 3323773
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions crates/humanode-runtime/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -924,6 +924,8 @@ pub type SignedPayload = generic::SignedPayload<RuntimeCall, SignedExtra>;
pub type Migrations = (
pallet_offences::migration::v1::MigrateToV1<Runtime>,
pallet_multisig::migrations::v1::MigrateToV1<Runtime>,
pallet_erc20_support::MigrationToV1<Runtime>,
pallet_humanode_session::MigrationToV1<Runtime>,
);

/// Executive: handles dispatch to the various modules.
Expand Down

0 comments on commit 3323773

Please sign in to comment.