Add Add-Migration/Update-Database instructions

This commit is contained in:
CyberProgs 2021-06-29 11:47:42 -04:00 committed by GitHub
parent 719eaa9997
commit ea0364e553
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -229,3 +229,5 @@ If you don't want to start from one of the recommended samples, you'll need to:
}
```
Before running the application, make sure the database is updated with OpenIddict tables by running `Add-Migration` and `Update-Database`.