We're using Database first approach with EntityFramework.
We've several customers, and when we deploy new product version, we're now applying DB schema changes "manually" with tools like SQL Compare
.
Is there a way how EF Migrations could help to apply changes to customers DB automatically?
question from:https://stackoverflow.com/questions/9255190/ef-migrations-for-database-first-approach