Skip to content

Instantly share code, notes, and snippets.

@ajtowf
Last active August 29, 2015 13:58
Show Gist options
  • Save ajtowf/10031118 to your computer and use it in GitHub Desktop.
Save ajtowf/10031118 to your computer and use it in GitHub Desktop.
EF Code First
Database.SetInitializer(
new MigrateDatabaseToLatestVersion<AppDbContext, Configuration>());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment