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:
Anton
2023-06-26 02:19:55 +04:00
committed by GitHub
parent 35413b4657
commit 982a6847ae
5 changed files with 12 additions and 13 deletions
+1 -1
View File
@@ -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.