cake-contrib / Cake.EntityFramework

A set of Cake aliases for Entity Framework code first migrations.
https://cakebuild.net/extensions/cake-entityframework
MIT License
5 stars 5 forks source link

Generate Script instead of Migration #20

Closed louisfischer closed 7 years ago

louisfischer commented 7 years ago

Create a method to be able to generate a script from a migration that can be applied at a later date. This covers scenarios where a DBA has to apply changes to a production database and automatic migrations are not allowed.