Skip to content

Commit

Permalink
fix: Data too long for column #1107
Browse files Browse the repository at this point in the history
  • Loading branch information
maduvena authored Apr 5, 2022
1 parent cf46672 commit 8eb2c70
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions jans-linux-setup/jans_setup/static/rdbm/sql_data_types.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,12 +76,10 @@
},
"jansAuthData": {
"mysql": {
"size": 512,
"type": "VARCHAR"
"type": "TEXT"
},
"spanner": {
"size": 512,
"type": "STRING"
"type": "STRING(MAX)"
}
},
"jansCacheConf": {
Expand Down Expand Up @@ -746,4 +744,4 @@
"type": "ARRAY<STRING(MAX)>"
}
}
}
}

0 comments on commit 8eb2c70

Please sign in to comment.