change angle brackets to curly braces
parent
857f6fa9ba
commit
3a0c9d3076
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue