File tree Expand file tree Collapse file tree 2 files changed +2
-9
lines changed
Expand file tree Collapse file tree 2 files changed +2
-9
lines changed Original file line number Diff line number Diff 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]
Original file line number Diff line number Diff 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]
You can’t perform that action at this time.
0 commit comments