Skip to content

Commit a06a2fa

Browse files
authored
remove migration (#2873)
1 parent bf259bf commit a06a2fa

File tree

2 files changed

+2
-9
lines changed

2 files changed

+2
-9
lines changed

runtime/acala/src/lib.rs

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1987,15 +1987,8 @@ pub type Executive = frame_executive::Executive<
19871987
Migrations,
19881988
>;
19891989

1990-
parameter_types! {
1991-
pub const StateTrieMigrationName: &'static str = "StateTrieMigration";
1992-
}
1993-
19941990
#[allow(unused_parens)]
1995-
type Migrations = (
1996-
frame_support::migrations::RemovePallet<StateTrieMigrationName, RocksDbWeight>,
1997-
pallet_xcm::migration::MigrateToLatestXcmVersion<Runtime>,
1998-
);
1991+
type Migrations = ();
19991992

20001993
#[cfg(feature = "runtime-benchmarks")]
20011994
#[macro_use]

runtime/karura/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1996,7 +1996,7 @@ pub type Executive = frame_executive::Executive<
19961996
>;
19971997

19981998
#[allow(unused_parens)]
1999-
type Migrations = (pallet_xcm::migration::MigrateToLatestXcmVersion<Runtime>);
1999+
type Migrations = ();
20002000

20012001
#[cfg(feature = "runtime-benchmarks")]
20022002
#[macro_use]

0 commit comments

Comments
 (0)