Skip to content

Commit c033ec7

Browse files
committed
Revert "Increase size for attributes column"
This reverts commit 3a081c6.
1 parent cce5d87 commit c033ec7

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

Lines changed: 1 addition & 1 deletion
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(15000) DEFAULT NULL,
6+
attributes varchar(4000) 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)