Skip to content

Commit

Permalink
remove old migration (#2797)
Browse files Browse the repository at this point in the history
  • Loading branch information
xlc committed Sep 11, 2024
1 parent 66af659 commit c8036bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 deletions.
7 changes: 1 addition & 6 deletions runtime/acala/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1986,13 +1986,8 @@ pub type Executive = frame_executive::Executive<
Migrations,
>;

parameter_types! {
pub const DmpQueuePalletName: &'static str = "DmpQueue";
}

#[allow(unused_parens)]
type Migrations =
(frame_support::migrations::RemovePallet<DmpQueuePalletName, <Runtime as frame_system::Config>::DbWeight>,);
type Migrations = ();

#[cfg(feature = "runtime-benchmarks")]
#[macro_use]
Expand Down
7 changes: 1 addition & 6 deletions runtime/karura/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1990,13 +1990,8 @@ pub type Executive = frame_executive::Executive<
Migrations,
>;

parameter_types! {
pub const DmpQueuePalletName: &'static str = "DmpQueue";
}

#[allow(unused_parens)]
type Migrations =
(frame_support::migrations::RemovePallet<DmpQueuePalletName, <Runtime as frame_system::Config>::DbWeight>,);
type Migrations = ();

#[cfg(feature = "runtime-benchmarks")]
#[macro_use]
Expand Down

0 comments on commit c8036bc

Please sign in to comment.