I have to upgrade a model and that involved a database restructure. Some fields have been dropped, renamed and created. Need to transfer data from the deleted fields to the new ones. Looking at the upgrade framework, it seems it only gets activated when running a data upgrade? Is there a way for this to occur (Maybe based on the model version number)?
↧