Upgradable
Add Upgrade(version) function to your module to make it Upgradable. This function is called every time you upgrade module version in /etc/module.xml
.
.
.
.
func (m module) Upgrade(version string) {
}
.
.
.
Last updated
Was this helpful?