I have an ASP.NET MVC 5.2.3.0 project that uses Entity Framework 6 with the code-first approach and an Oracle Database using ODAC.
I use EF Migrations to keep the database up-to-date however I encounter a problematic that I do not know to solve.
In my team we have created a TFS branch called "Version2.00" that was tested internally by our project team.
This branch "Version2.00" continues to evolve to bug fixes and some small changes requested by ours clients.
In parallel we have the initial branch called "InProgress" which continues to evolve with major changes.
My question is simple: on customer database how to update database to go on a futur branch ("Version2.1" for example) from 'Version2.00' database ? (see the picture for more informations)
I need your help. Thanks.