Skip to content

Commit

Permalink
Add missing migrations.
Browse files Browse the repository at this point in the history
  • Loading branch information
Neopallium committed Jan 13, 2023
1 parent 7b7f657 commit a14c85b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pallets/runtime/common/src/runtime.rs
Original file line number Diff line number Diff line change
Expand Up @@ -587,8 +587,9 @@ macro_rules! runtime_apis {
Runtime,
AllPalletsWithSystem,
(
// TODO: migrate substrate pallets: preimage, contracts
pallet_preimage::migration::v1::Migration<Runtime>,
pallet_scheduler::migration::v3::MigrateToV4<Runtime>,
pallet_contracts::Migration<Runtime>,
)
>;

Expand Down

0 comments on commit a14c85b

Please sign in to comment.