Ensure all StorageVersions on Polkadot/Kusama are correct (#7199)

* Yeah

* Fix all the migrations for Kusama & Polkadot

---------

Co-authored-by: Liam Aharon <liam.aharon@hotmail.com>
This commit is contained in:
Bastian Köcher
2023-05-17 16:53:01 +02:00
committed by GitHub
parent 750579aab0
commit 676bb648d2
9 changed files with 75 additions and 18 deletions
+1 -1
View File
@@ -183,7 +183,7 @@ pub mod pallet {
use frame_system::{ensure_root, ensure_signed, pallet_prelude::*};
/// The current storage version.
const STORAGE_VERSION: StorageVersion = StorageVersion::new(1);
const STORAGE_VERSION: StorageVersion = StorageVersion::new(2);
#[pallet::pallet]
#[pallet::without_storage_info]