Skip to content

Instantly share code, notes, and snippets.

@sweeneyrobb
Last active January 28, 2016 02:47
Show Gist options
  • Save sweeneyrobb/dc76ec3a20bfa69f45b1 to your computer and use it in GitHub Desktop.
Save sweeneyrobb/dc76ec3a20bfa69f45b1 to your computer and use it in GitHub Desktop.
used as a reminder on how to run Update-Database using migrate.exe in emegency scenarios...like today.
copy ..\packages\EntityFramework.6.1.0\tools\migrate.exe .\bin\
cd .\bin
migrate {assembly} /startUpConfigurationFile=..\web.config
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment