You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: entity-framework/ef6/modeling/code-first/migrations/index.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ Code First Migrations is the recommended way to evolve your application's databa
12
12
2. Generating migrations to keep track of changes you make to your EF model
13
13
2. Keep your database up to date with those changes
14
14
15
-
The following walkthrough will provide an overview Code First Migrations in Entity Framework. You can either complete the entire walkthrough or skip to the topic you are interested in. The following topics are covered:
15
+
The following walkthrough will provide an overview of Code First Migrations in Entity Framework. You can either complete the entire walkthrough or skip to the topic you are interested in. The following topics are covered:
0 commit comments