Bump HostConfig storage version to 7 (#7516)

This commit is contained in:
Tsvetomir Dimitrov
2023-07-19 12:37:20 +03:00
committed by GitHub
parent ad58e59a5e
commit a1eadbff3b
@@ -480,7 +480,8 @@ pub mod pallet {
/// + <https://github.com/paritytech/polkadot/pull/6961>
/// + <https://github.com/paritytech/polkadot/pull/6934>
/// v5-v6: <https://github.com/paritytech/polkadot/pull/6271> (remove UMP dispatch queue)
const STORAGE_VERSION: StorageVersion = StorageVersion::new(6);
/// v6-v7: <https://github.com/paritytech/polkadot/pull/7396>
const STORAGE_VERSION: StorageVersion = StorageVersion::new(7);
#[pallet::pallet]
#[pallet::storage_version(STORAGE_VERSION)]