Skip to content

Commit 8965728

Browse files
committed
remove migration
1 parent e0137a2 commit 8965728

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

runtime/acala/src/lib.rs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1987,12 +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 = (frame_support::migrations::RemovePallet<StateTrieMigrationName, RocksDbWeight>);
1991+
type Migrations = ();
19961992

19971993
#[cfg(feature = "runtime-benchmarks")]
19981994
#[macro_use]

0 commit comments

Comments
 (0)