Skip to content

Commit 00262ca

Browse files
authored
Remove old migrations (#1034)
1 parent 46c142b commit 00262ca

File tree

2 files changed

+0
-394
lines changed

2 files changed

+0
-394
lines changed

runtime/common/src/lib.rs

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -66,13 +66,6 @@ macro_rules! decl_common_types {
6666
frame_system::ChainContext<Runtime>,
6767
Runtime,
6868
AllPalletsWithSystem,
69-
(
70-
SchedulerMigrationV1toV4,
71-
pallet_multisig::migrations::v1::MigrateToV1<Runtime>,
72-
pallet_preimage::migration::v1::Migration<Runtime>,
73-
pallet_democracy::migrations::v1::Migration<Runtime>,
74-
zrml_prediction_markets::migrations::AddOutsiderBond<Runtime>,
75-
),
7669
>;
7770

7871
pub type Header = generic::Header<BlockNumber, BlakeTwo256>;

0 commit comments

Comments
 (0)