Increase size for attributes column

Issue gh-304
This commit is contained in:
Joe Grandja
2021-11-30 13:33:48 -05:00
parent 2e2c9ea286
commit 14cb58df2b

View File

@@ -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,