Module upgrade

Module upgrade 

Source
Expand description

How to perform conversion from one version to the next.

Traitsยง

Upgrade
This trait should be implemented for each version of the original type that is not the current one. The upgrade method is called in chains until we get to the last version of the type.