Update the migration guide to include the new OpenIddictScope.DisplayName/Resources properties

This commit is contained in:
Kévin Chalet 2018-02-13 18:53:02 +01:00
parent 4c62ff83a1
commit ad9fa8eea5

View File

@ -166,5 +166,7 @@ To learn more about this feature, read the [Application permissions documentatio
| OpenIddictApplications | Properties | nvarchar(max) | Yes |
| OpenIddictApplications | Permissions | nvarchar(max) | Yes |
| OpenIddictAuthorizations | Properties | nvarchar(max) | Yes |
| OpenIddictScopes | DisplayName | nvarchar(max) | Yes |
| OpenIddictScopes | Properties | nvarchar(max) | Yes |
| OpenIddictScopes | Resources | nvarchar(max) | Yes |
| OpenIddictTokens | Properties | nvarchar(max) | Yes |