You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-6Lines changed: 3 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,10 +11,7 @@ Make sure that you have the latest versions of 'Visual Studio 2022' in your mach
11
11
# How to run this application?
12
12
13
13
* 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:
* 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:
19
15
> 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