Revert "Increase size for attributes column"

This reverts commit 14cb58df2b.
This commit is contained in:
Joe Grandja
2022-01-25 10:59:00 -05:00
parent a1e513b35d
commit e175f4fda3

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(15000) DEFAULT NULL,
attributes varchar(4000) DEFAULT NULL,
state varchar(500) DEFAULT NULL,
authorization_code_value blob DEFAULT NULL,
authorization_code_issued_at timestamp DEFAULT NULL,