Skip to content

Commit

Permalink
fix: Make column wider #1044
Browse files Browse the repository at this point in the history
  • Loading branch information
jgomer2001 committed Mar 17, 2022
1 parent e26e826 commit f3e393f
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 f3e393f

Please sign in to comment.