I wonder how does Bubble handle the case when I have a live version with its app logic, workflow and data and then I upgrade another dev environment into production (live).
Now there might be some schema changes (to datatypes and fields). How does it map into the existing production data that resides within the current production environment?
What errors prevent from upgrading because of data types inconsistency or data integrity and what changes to the data schema can pass successfully into the new production environment?
Regards, Alon