Module frame_support::migrations
source · Structs§
RemovePallet
is a utility struct used to remove all storage items associated with a specific pallet.
Traits§
- Trait used by
migrate_from_pallet_version_to_storage_version
to do the actual migration. - Can store the current pallet version in storage.
Functions§
- Migrate from the
PalletVersion
struct to the newStorageVersion
struct.