difftreelog
chore (migrations doc): clarity and readability
in: master
1 file changed
migrations.mddiffbeforeafterboth43* Removed the previous migration:43* Removed the previous migration:44 * bump of the storage version to 144 * bump of the storage version to 145* Added:45* Added:46 * cleaning all storage of now-redundant **TokenData** if the storage version is below 246 * if the storage version is below 2, cleaning of all storage of now-redundant **TokenData** 47 * bump of the storage version to 247 * bump of the storage version to 2484849# **924012 < 924011**49# **924012 < 924011**505051### **pallet-unique:**51### **pallet-unique:**525253* Removed the previous migration:53* Removed the previous migration of:54 * forceful cleaning all storage of **VariableMetaDataBasket**, cache for sponosoring setting deprecated variable metadata54 * unconditional cleaning of all storage of **VariableMetaDataBasket** (cache for sponosoring setting deprecated variable metadata)555556# **924011 < 924010**56# **924011 < 924010**575758### **pallet-common:**58### **pallet-common:**595960* Removed the previous migration:60* Removed the previous migration of:61 * all collections from **Collection** version 1 to version 2, if the storage version is below 1:61 * if the storage version is below 1, all collections from storage **CollectionById** of struct **Collection** version 1 to version 2, consisting of:62 * displacing _offchain_schema, variable_on_chain_schema, const_on_chain_schema, schema_version_ into _properties_62 * displacing _offchain_schema, variable_on_chain_schema, const_on_chain_schema, schema_version_ into _properties_63 * displacing _acccess, mint_mode_ into _permissions.access, permissions.mint_mode_63 * displacing _acccess, mint_mode_ into _permissions.access, permissions.mint_mode_64 * adding _external_collection_ flag64 * adding _external_collection_ flag65* Added forceful bump of the storage version to 165* Added unconditional bump of the storage version to 1666667### **pallet-nonfungible:**67### **pallet-nonfungible:**686869* Removed the previous migration:69* Removed the previous migration of:70 * all items from nonfungible **ItemData** version 1 to version 2, if the storage version is below 1:70 * if the storage version is below 1, all items from storage **TokenData** of struct **ItemData** version 1 to version 2, consisting of:71 * displacing _const_data, variable_data_ into _properties_71 * displacing _const_data, variable_data_ into _properties_72 * adding permission for the collection admin to set the immutable __old_constData_ property72 * adding permission for the collection admin to set the immutable __old_constData_ property73* Added forceful bump of the storage version to 173* Added unconditional bump of the storage version to 1747475### **pallet-refungible:**75### **pallet-refungible:**767677* Removed the previous migration:77* Removed the previous migration of:78 * all items from refungible **ItemData** version 1 to version 2, if the storage version is below 1:78 * if the storage version is below 1, all items from storage **TokenData** of struct **ItemData** version 1 to version 2, consisting of:79 * removing _variable_data_79 * removing _variable_data_80* Added forceful bump of the storage version to 180* Added unconditional bump of the storage version to 1