mirror of
https://gitee.com/dcren/openiddict-documentation.git
synced 2025-04-05 17:38:03 +08:00
Update the 2.0 -> 3.0 migration guide to include the missing columns
This commit is contained in:
parent
6cc731ff2f
commit
1b33ab7819
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user