Skip to content

Instantly share code, notes, and snippets.

@jairoFernandez
Last active August 16, 2017 17:59
Show Gist options
  • Save jairoFernandez/e5a0f668968451234b50bc0194db32b0 to your computer and use it in GitHub Desktop.
Save jairoFernandez/e5a0f668968451234b50bc0194db32b0 to your computer and use it in GitHub Desktop.
Ejecutar migración en diferentes contextos
## -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