I was wondering if I could automate completely code first migrations for continuous integration.
Currently my continuous integration simply simply
Part of continuous integration is also possibility of rolling back bad changes if they don't pass the tests.
Those are some of the questions you should think about before implementing it.