Skip to content

Commit 3a081c6

Browse files
committed
Increase size for attributes column
Issue spring-projectsgh-304
1 parent ef949a6 commit 3a081c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

oauth2-authorization-server/src/main/resources/org/springframework/security/oauth2/server/authorization/oauth2-authorization-schema.sql

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ CREATE TABLE oauth2_authorization (
33
registered_client_id varchar(100) NOT NULL,
44
principal_name varchar(200) NOT NULL,
55
authorization_grant_type varchar(100) NOT NULL,
6-
attributes varchar(4000) DEFAULT NULL,
6+
attributes varchar(15000) DEFAULT NULL,
77
state varchar(500) DEFAULT NULL,
88
authorization_code_value blob DEFAULT NULL,
99
authorization_code_issued_at timestamp DEFAULT NULL,

0 commit comments

Comments
 (0)