Last active
August 16, 2017 17:59
-
-
Save jairoFernandez/e5a0f668968451234b50bc0194db32b0 to your computer and use it in GitHub Desktop.
Ejecutar migración en diferentes contextos
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
## -ConfigurationTypeName: Nombre con el namespace de la configuración | |
Add-Migration MYMIGRATION -ConfigurationTypeName CORE.PrincipalMigrations.Configuration | |
Update-Database -ConfigurationTypeName CORE_API.PrincipalMigrations.Configuration |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment