Skip to content

Commit

Permalink
Remove one-shot migrations from coretime-kusama
Browse files Browse the repository at this point in the history
  • Loading branch information
seadanda committed May 2, 2024
1 parent 6d5a7a1 commit 3f600c0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 270 deletions.
7 changes: 1 addition & 6 deletions system-parachains/coretime/coretime-kusama/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
include!(concat!(env!("OUT_DIR"), "/wasm_binary.rs"));

mod coretime;
mod migrations;
#[cfg(test)]
mod tests;
mod weights;
Expand Down Expand Up @@ -107,11 +106,7 @@ pub type UncheckedExtrinsic =
generic::UncheckedExtrinsic<Address, RuntimeCall, Signature, SignedExtra>;

/// Migrations to apply on runtime upgrade.
pub type Migrations = (
pallet_xcm::migration::MigrateToLatestXcmVersion<Runtime>,
migrations::bootstrapping::RemoveOutdatedPoolAssignment,
migrations::bootstrapping::OnboardPeople,
);
pub type Migrations = (pallet_xcm::migration::MigrateToLatestXcmVersion<Runtime>,);

/// Executive: handles dispatch to the various modules.
pub type Executive = frame_executive::Executive<
Expand Down
264 changes: 0 additions & 264 deletions system-parachains/coretime/coretime-kusama/src/migrations.rs

This file was deleted.

0 comments on commit 3f600c0

Please sign in to comment.