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.