Skip to content

Commit

Permalink
Merge pull request #1065 from JanssenProject/jans-fido2-issue_1044
Browse files Browse the repository at this point in the history
fix: Make column wider #1044
  • Loading branch information
jgomer2001 committed Mar 17, 2022
2 parents cefc170 + f3e393f commit 2add3e9
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 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 @@ -194,6 +194,16 @@
"type": "STRING"
}
},
"jansAuthData": {
"mysql": {
"size": 512,
"type": "VARCHAR"
},
"spanner": {
"size": 512,
"type": "STRING"
}
},
"jansCacheConf": {
"mysql": {
"type": "TEXT"
Expand Down

0 comments on commit 2add3e9

Please sign in to comment.