I have Entities A->2xB->Several C’s
A

Bs


a sample of one C

Well, my issue is that migrating to Cuba7, every time I start the server, it compares the model against the database and DB Manager insists, don’t know why, that the 3 fields in both B entities (and other entities fields, but not too much) should be removed from database but this fields are there in model and database.
After several tries, I opened my project with Cuba Studio 6, updated database with the latest version of our project taken from git (all ok), and then opened on Cuba 7. And again it tried to delete Bs entities fields. I excluded the file, and is not warning anymore (yet). Is solved in development, but before going to production, I have to delete all generated SQL and compare against production database, and problem will appears again.
Now I’m solving all “errors” (getValue() issues, showNotification issues and so on…) because changes in v7, but not sure if once server start again, I will start having problems with this. Just trying to understand why DB Manager does that, if it’s a bug, or a problem with my datamodel.
Thanks.