Skip to content

Commit

Permalink
remove old migration
Browse files Browse the repository at this point in the history
  • Loading branch information
xlc committed Aug 26, 2024
1 parent 53509c8 commit 240fc6e
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 @@ -1983,13 +1983,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 @@ -2015,13 +2015,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 240fc6e

Please sign in to comment.