Hi All,
Im working with datadeploy, Im deploying data to different databases, one for Proof of Concept(POC) work and one for real dev work. I create some new tables for POC work, so those tables are only present in POC database, but while I was working on that POC, I deployed data to real dev database by mistake, I was waiting for an deployment failed message but I didnt get that. Checking tha database, I saw that datadeploy created the tables (the same structure of the POC database), I checked the documentation and I couldn't find anything regarding that behavior.
Is there a configuration that I should turn off or something like that to avoid that datadeploy creates the tables?
Attached is my config file.
Thanks!