Last active
January 28, 2016 02:47
-
-
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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