I did a deploy on my InvisibleFast app, but theres is an data base wich doesn’t apear on my deployed version, but the message is created on the live database, the data base “Mensagem” used on “RepeatingGroup Mensagem” at the page “perfilpaciente”. I don’t know if it is some configuration that I should do due to de deploy, or something, because in the test version it works perfectly
Yes, It saves the message on the live data base, but then should shows at the data base “ChatOrto” by the “make a change”, and just doesn’t shows anything
I’m fairly new to Bubble, so forgive me if I didn’t understand you correctly, but when you go live, only the data base structure is being deployed.
The contents of your data tables, by contrast, is not deployed into production. This protects the live version from having residual test data.
If you still want to push your development data into production, you gave to go the DB section of your editor, display the content of a specific table, select “copy an restore database”, and then choose the deployment’s direction.
But be sure this is really what you want to do. It seems to me it’s surprisingly easy to be one click away from disaster!