If I have an app already deployed to production, installed on stores and contains data, is it possible with Gadget to rename these (in dev and deploy obviously), will it break anything? I obviously will need to update my code to read from the new model, e.g.
api.name1
api.name1
->
api.name2
api.name2
. But in terms of the already stored data, will this break?
I suppose the same goes for the fields on a model, can they also be renamed and data not affected?