Skip to content

Instantly share code, notes, and snippets.

@pysco68

pysco68/run.ps1 Secret

Created October 12, 2014 09:48
Show Gist options
  • Save pysco68/a9a579401b00fa96fda2 to your computer and use it in GitHub Desktop.
Save pysco68/a9a579401b00fa96fda2 to your computer and use it in GitHub Desktop.
Add migration and update the database
# add a migration with the name "Initial"
Add-Migration "Initial"
# Run the migration
Update-Database
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment