Skip to content

Commit

Permalink
fix: #1107 jansCodeChallengeHash missing
Browse files Browse the repository at this point in the history
  • Loading branch information
maduvena committed Apr 5, 2022
1 parent 8eb2c70 commit 65ac184
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions jans-linux-setup/jans_setup/static/rdbm/sql_data_types.json
Original file line number Diff line number Diff line change
Expand Up @@ -736,6 +736,17 @@
"type": "STRING(MAX)"
}
},
"jansCodeChallengeHash": {
"mysql": {
"type": "TEXT"
},
"pgsql": {
"type": "TEXT"
},
"spanner": {
"type": "STRING(MAX)"
}
},
"mobile": {
"mysql": {
"type": "JSON"
Expand Down

0 comments on commit 65ac184

Please sign in to comment.