mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 07:01:03 +00:00
add pallet_im_online::migration to Unreleased migrations (#7387)
* add pallet_im_online::migration to Unreleased migrations refs https://github.com/paritytech/polkadot/pull/7309#issuecomment-1593030554 * ".git/.scripts/commands/fmt/fmt.sh" --------- Co-authored-by: command-bot <>
This commit is contained in:
@@ -1323,7 +1323,7 @@ pub mod migrations {
|
||||
}
|
||||
|
||||
/// Unreleased migrations. Add new ones here:
|
||||
pub type Unreleased = ();
|
||||
pub type Unreleased = (pallet_im_online::migration::v1::Migration<Runtime>,);
|
||||
}
|
||||
|
||||
/// Helpers to configure all migrations.
|
||||
|
||||
Reference in New Issue
Block a user