File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ Scaffold EF Core models using Handlebars templates.
1515 - The easiest is to use ** LocalDb** , which is installed with Visual Studio.
1616 Connect to: ` (localdb)\MsSqlLocalDb ` .
1717 - Create a new database named ** NorthwindSlim** .
18- - Download the data file from < http://bit.ly/northwindslim > .
18+ - Download the data file from < http://bit.ly/northwind-slim > .
1919 - Unzip ** NorthwindSlim.sql** and run the script to create tables and populate them with data.
2020
2121## Usage
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ Demonstrates how to reverse engineer an existing database using the EF Core tool
1313 - The easiest is to use ** LocalDb** , which is installed with Visual Studio.
1414 Connect to: ` (localdb)\MsSqlLocalDb ` .
1515 - Create a new database named ** NorthwindSlim** .
16- - Download the data file from < http://bit.ly/northwindslim > .
16+ - Download the data file from < http://bit.ly/northwind-slim > .
1717 - Unzip ** NorthwindSlim.sql** and run the script to create tables and populate them with data.
1818
1919## Setup
You can’t perform that action at this time.
0 commit comments