#102: Updated README to include step install migration tool
This commit is contained in:
@@ -111,6 +111,12 @@ The only requirement of the User is that the user should have full permissions t
|
|||||||
|
|
||||||
### Migrations
|
### Migrations
|
||||||
|
|
||||||
|
In order to utilize migrations the `dotnet-ef` tool needs to be installed. This can be done with the following command
|
||||||
|
|
||||||
|
```BASH
|
||||||
|
dotnet tool restore
|
||||||
|
```
|
||||||
|
|
||||||
Prior to starting the API, the Migrations must be applied. There are 6 tables with migrations being applied and thy are:
|
Prior to starting the API, the Migrations must be applied. There are 6 tables with migrations being applied and thy are:
|
||||||
* Users
|
* Users
|
||||||
* Song
|
* Song
|
||||||
|
|||||||
Reference in New Issue
Block a user