Entity Framework 6 Code First migrations - multiple branches for production
问题 In my project we have a branch model that has a separate development branch and has a separate branch for each release. It may look like this: dev ______ ______ / \ / \ master --+---+----+---+---+----+----+--- (...) r1 \______/ r2 \_______/ So we develop on dev merge it to master and then we create a release branch (r1, r2, ...). We want to use EF 6 (manual not automatic) migrations but we have a question that we don't know how to answer. Imagine this: dev _(1)__ ____(4) / \ / \ master --+---