Skip to content

Commit f06ed40

Browse files
author
Steve Riesenberg
committed
Merge branch '0.4.x'
The following commits are merged using the default merge strategy. 0d9fbb3 Add authorizedScopes to sql in ref-doc
2 parents 887ed38 + 0d9fbb3 commit f06ed40

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/src/docs/asciidoc/guides/how-to-jpa.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ CREATE TABLE authorization (
7272
registeredClientId varchar(255) NOT NULL,
7373
principalName varchar(255) NOT NULL,
7474
authorizationGrantType varchar(255) NOT NULL,
75+
authorizedScopes varchar(1000) DEFAULT NULL,
7576
attributes varchar(4000) DEFAULT NULL,
7677
state varchar(500) DEFAULT NULL,
7778
authorizationCodeValue varchar(4000) DEFAULT NULL,

0 commit comments

Comments
 (0)