Hi everyone,
I have a question about database table renaming behavior during deployment in Bubble.
Suppose I have a data type (table) named XYZ that exists in both my development (main) and live environments, and both versions contain data in this table.
Now, in the dev (main) version, I rename this table from XYZ to ABC.
If I deploy this version to live, what happens to the existing table and its data?
- Will Bubble automatically rename the
XYZtable toABCin the live environment, preserving the existing data? - Or will it create a new table
ABCwith no data, and leave the oldXYZtable (and its data) untouched?
I want to make sure I don’t unintentionally lose or orphan any data during deployment. Has anyone gone through this scenario or can confirm the behavior?
Thanks in advance!