Skip to content

Commit

Permalink
Fix MD lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
danielmackay committed Dec 18, 2023
1 parent 5246da2 commit 2b26692
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions rules/use-code-migrations/rule.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,16 +29,16 @@ The following assumes you have an existing project with a database context, enti

1. Install EF Core Tools

```bash
dotnet new tool-manifest
dotnet tool install dotnet-ef
```
```bash
dotnet new tool-manifest
dotnet tool install dotnet-ef
```

2. Enable migrations

```bash
dotnet ef migrations add InitialCreate
```
```bash
dotnet ef migrations add InitialCreate
```

3. Update database

Expand Down

0 comments on commit 2b26692

Please sign in to comment.