--- a/migrations.md +++ b/migrations.md @@ -1,60 +1,5 @@ -# **930032 < 930031** - -No migration changes. - -# **930031 < 929031** - -No migration changes. - -# **929031 < 929030** - -No migration changes. - -# **929030 < 927030** - -### **pallet-common** - -* Replaced returned weight `0` with `Weight::zero()` - -### **pallet-nonfungible** - -* Replaced returned weight `0` with `Weight::zero()` - -### **pallet-refungible** - -* Replaced returned weight `0` with `Weight::zero()` - -### **pallet-unique** - -* Replaced returned weight `0` with `Weight::zero()` - -# **927030 < 927020** - -No migration changes. - -# **927020 < 924020** - -No migration changes. - -# **924020 < 924012** - -### **pallet-refungible**: - -* Removed the previous migration: - * bump of the storage version to 1 -* Added: - * if the storage version is below 2, cleaning of all storage of now-redundant **TokenData** - * bump of the storage version to 2 - -# **924012 < 924011** - -### **pallet-unique:** +# **930032 < 924010** -* Removed the previous migration of: - * unconditional cleaning of all storage of **VariableMetaDataBasket** (cache for sponosoring setting deprecated variable metadata) - -# **924011 < 924010** - ### **pallet-common:** * Removed the previous migration of: @@ -63,6 +8,7 @@ * displacing _acccess, mint_mode_ into _permissions.access, permissions.mint_mode_ * adding _external_collection_ flag * Added unconditional bump of the storage version to 1 +* Replaced returned weight `0` with `Weight::zero()` ### **pallet-nonfungible:** @@ -71,10 +17,19 @@ * displacing _const_data, variable_data_ into _properties_ * adding permission for the collection admin to set the immutable __old_constData_ property * Added unconditional bump of the storage version to 1 +* Replaced returned weight `0` with `Weight::zero()` ### **pallet-refungible:** * Removed the previous migration of: * if the storage version is below 1, all items from storage **TokenData** of struct **ItemData** version 1 to version 2, consisting of: * removing _variable_data_ -* Added unconditional bump of the storage version to 1 \ No newline at end of file +* Added: + * if the storage version is below 2, cleaning of all storage of now-redundant **TokenData** + * unconditional bump of the storage version to 2 +* Replaced returned weight `0` with `Weight::zero()` + +### **pallet-unique:** + +* Removed the previous migration of: + * unconditional cleaning of all storage of **VariableMetaDataBasket** (cache for sponosoring setting deprecated variable metadata)