Database Structure Differences from Development and Live versions

I am new in the Bubble, I made a deployment of my website in the bubble and it was working well. I changed a specific table structure including new fields, including data inside these new fields in DEV.

When I copied these table from DEV to LIVE (using COPY AND RESTORE DATABASE) functionality, I realized that in live version the database was just partially updated:

a) Reflected changes in the old fields
b) It is not appearing new fields that I created

How could I fix it? Now, my website was broked because data is partially updated.

Hi @cdeghi :slight_smile: Did you deploy your changes from dev to live again, after adding the new fields? If not, I would do that and then copy the tables from dev to live again, that should work!