Skip to content

Commit

Permalink
Fix access toke expiration database column type
Browse files Browse the repository at this point in the history
  • Loading branch information
Ioannis committed Oct 29, 2025
1 parent 9830997 commit fdcd53d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/plugins/CoreServer/config/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"refresh_token": { "type": "text" },
"access_token": { "type": "text" },
"token_response": { "type": "text" },
"access_token_exp": { "type": "boolean" }
"access_token_exp": { "type": "bigint"}
},
"indexes": {
"oauth2_servers_i1": { "columns": [ "server_id" ] }
Expand Down

0 comments on commit fdcd53d

Please sign in to comment.