In our production environment, we have an automatic deployment script that deletes our site, starts the migration, and then returns it online. We would like to avoid going to the site simply by switching to a new code when there are no migrations to be started.
Does the entityβs infrastructure have a command such as Update-Database that will allow us to check whether there are migrations to run?
c # asp.net-mvc entity-framework
Michael Berkompas Jul 29 '13 at 19:10 2013-07-29 19:10
source share