Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save dimitardanailov/2896b1467345264fa62c to your computer and use it in GitHub Desktop.
Save dimitardanailov/2896b1467345264fa62c to your computer and use it in GitHub Desktop.

Database

# Update database (-c is context name)
dnx ef database update -c EntityFramework.Models.CycleSalesContext
# Add a new migration (-c is context name)
dnx ef migrations add Features -c EntityFramework.Models.CycleSalesContext
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment