Skip to content

Commit

Permalink
Increase size for attributes column
Browse files Browse the repository at this point in the history
Issue gh-304
  • Loading branch information
jgrandja committed Nov 30, 2021
1 parent 2e2c9ea commit 14cb58d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ CREATE TABLE oauth2_authorization (
registered_client_id varchar(100) NOT NULL,
principal_name varchar(200) NOT NULL,
authorization_grant_type varchar(100) NOT NULL,
attributes varchar(4000) DEFAULT NULL,
attributes varchar(15000) DEFAULT NULL,
state varchar(500) DEFAULT NULL,
authorization_code_value blob DEFAULT NULL,
authorization_code_issued_at timestamp DEFAULT NULL,
Expand Down

0 comments on commit 14cb58d

Please sign in to comment.