mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 02:57:57 +00:00
f80cfc2259
This PR backports version bumps from release branch `release-polkadot-v1.6.0` back to `master` and also moved `prdoc` files related to the release to the appropriate folder
19 lines
572 B
Plaintext
19 lines
572 B
Plaintext
title: "pallet-uniques: Move migration over to `VersionedMigration`"
|
|
|
|
doc:
|
|
- audience: Runtime Dev
|
|
description: |
|
|
Moves the migration over to `VersionedMigration`. Thus, if you had
|
|
used `migrate_to_v1` before in a custom `OnRuntimeUpgrade` implementation
|
|
you can now directly use the `MigrateV0ToV1`.
|
|
|
|
migrations:
|
|
runtime:
|
|
- reference: MigrateV0ToV1
|
|
description: |
|
|
Migrate the pallet storage from `0` to `1` by initializing
|
|
the `CollectionAccount` storage entry from all collections.
|
|
|
|
crates:
|
|
- name: "pallet-uniques"
|