How to update my data types to the live data version without transferring the data? – Database


It is possible to transfer all the new data types and fields created on the development database to the live data base?

I’m not looking to transfer the entire data becuase that will override what is currently on the live version. I’m just looking to have those new data fields and types to the live version.

Is this possible?

You can’t hand pick which data types to push to your live version. When you deploy any updates to your live app. All changes will reflect to your live version.

You need to make sure that your data types are not overriding each other.



1 Like

Thank you very much. You’re right



Source link

Leave a Comment