change angle brackets to curly braces

pull/3391/head
Tom Dykstra 2017-05-19 16:51:41 -07:00 committed by GitHub
parent 857f6fa9ba
commit 3a0c9d3076
1 changed files with 1 additions and 1 deletions

View File

@ -437,7 +437,7 @@ Sometimes when you execute migrations with existing data, you need to insert stu
To make this migration work with existing data you have to change the code to give the new column a default value, and create a stub department named "Temp" to act as the default department. As a result, existing Course rows will all be related to the "Temp" department after the `Up` method runs.
* Open the *<timestamp>_ComplexDataModel.cs* file.
* Open the *{timestamp}_ComplexDataModel.cs* file.
* Comment out the line of code that adds the DepartmentID column to the Course table.