#93: Updated README and migration script
This commit is contained in:
@@ -126,11 +126,11 @@ scripts/Migrations/Linux/AddUpdate.sh
|
||||
```
|
||||
Or you can manually add the migrations like so for each migration:
|
||||
```shell
|
||||
dotnet-ef migrations Add InitialCreate --context UserContext
|
||||
dotnet dotnet-ef migrations Add InitialCreate --context UserContext
|
||||
```
|
||||
Then update the migrations to the database like so<sup>*</sup>:
|
||||
```shell
|
||||
dotnet-ef database update --context UserContext
|
||||
dotnet dotnet-ef database update --context UserContext
|
||||
```
|
||||
|
||||
All of the contexts can be found in Database/Contexts folder.
|
||||
|
||||
Reference in New Issue
Block a user