RE: Import a model doesn't modify the BD?
Hi,
I have already read the article recommended by Martin and there are things that I don't understand very well.
When it speak about deploy models on a test environment, I understand that I will have all the projects that I am developing in the development environment, but I would only like to have the ones already finished and that I want to take to production... no?
What I did with XPOs so far, even if it is not right, allowed me to update only what I wanted.
Afterwards, from test to staging it seems that the best way is to import the model, but in addition to having to compile the application, if we follow the criteria of the previous step, we would also have projects in development that I do not want that are still in staging.
Say that I currently have a development environment with all the projects and the production environment.
I have set up a new development environment where I want to take all the projects and another staging environment, so I will work with 3 environments in total ...
And after all I do not understand what is the best way because even doing tests with a project that creates a field in a table of the BD, I made the export / import of the model and compiling receipt errors...
I am lost! :|