extra hyphen deleted (#24159)

pull/24162/head
MustafaGamalMuhammed 2021-12-02 02:30:45 +02:00 committed by GitHub
parent b3f5ce1be8
commit 86bbedfa67
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -128,7 +128,7 @@ The `dotnet-ef migrations add rating` command tells the framework to:
The name `rating` is arbitrary and is used to name the migration file. It's helpful to use a meaningful name for the migration file.
The `dotnet-ef database update` command tells the framework to apply the schema changes to the database and to preserve existing data.
The `dotnet ef database update` command tells the framework to apply the schema changes to the database and to preserve existing data.
Delete all the records in the database, the initializer will seed the database and include the `Rating` field.