Update the 2.0 -> 3.0 migration guide to include the missing columns

This commit is contained in:
Kévin Chalet 2022-07-18 16:43:49 +02:00
parent 6cc731ff2f
commit 1b33ab7819

View File

@ -199,7 +199,11 @@ If your application uses Entity Framework Core or Entity Framework 6, add a migr
| Table | Column name | Type | Nullable |
|--------------------------|----------------|----------|----------|
| OpenIddictApplications | DisplayNames | string | Yes |
| OpenIddictApplications | Requirements | string | Yes |
| OpenIddictAuthorizations | CreationDate | DateTime | Yes |
| OpenIddictScopes | Descriptions | string | Yes |
| OpenIddictScopes | DisplayNames | string | Yes |
| OpenIddictTokens | RedemptionDate | DateTime | Yes |
## If necessary, enable hybrid flow support in the server options