Module pallet_support::migration
source · Traits§
- To run both pre- and post-checks around every migration, we entangle methods of
OnRuntimeUpgrade
into the desired flow and expose it withmigrate
method.
Functions§
- Ensure that the current pallet storage version matches
version
.