Skip to content

Commit 28393c5

Browse files
Updated ReadMe file with additional details
1 parent b55dbcd commit 28393c5

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

README.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,7 @@ Make sure that you have the latest versions of 'Visual Studio 2022' in your mach
1111
# How to run this application?
1212

1313
* To run this application, you need to first clone the <code>Blazor-Scheduler-SQL-Server-Databinding</code> repository and then open it in Visual Studio 2022.
14-
* Delete the Migration folder.
15-
* Now create new migrations by running the following command in the Package Manager console:
16-
> PM> Add-Migration SqlServerDataBinding.Data.AppointmentDataContext
17-
* Migrations automate the creation of database based on our Model. The EF Core packages required for migration will be added with .NET Core project setup.
18-
* Now apply those changes to the database by running the following command:
14+
* Using the Migrations create the database by running the following command in the Package Manager console:
1915
> PM> update-database
20-
* Now, simply build and run your project to view the output.
16+
* Migrations automate the creation of database based on our Model. The EF Core packages required for migration will be added with .NET Core project setup.
17+
* Now, simply build and run your project to view the output.

0 commit comments

Comments
 (0)