We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0137a2 commit 8965728Copy full SHA for 8965728
1 file changed
runtime/acala/src/lib.rs
@@ -1987,12 +1987,8 @@ pub type Executive = frame_executive::Executive<
1987
Migrations,
1988
>;
1989
1990
-parameter_types! {
1991
- pub const StateTrieMigrationName: &'static str = "StateTrieMigration";
1992
-}
1993
-
1994
#[allow(unused_parens)]
1995
-type Migrations = (frame_support::migrations::RemovePallet<StateTrieMigrationName, RocksDbWeight>);
+type Migrations = ();
1996
1997
#[cfg(feature = "runtime-benchmarks")]
1998
#[macro_use]
0 commit comments