Skip to content

Commit

Permalink
fix: enlarge max size of adsPrjDeplDetails column #5635
Browse files Browse the repository at this point in the history
  • Loading branch information
jgomer2001 committed Jul 25, 2023
1 parent e60a8e5 commit 23165b1
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions jans-linux-setup/jans_setup/static/rdbm/sql_data_types.json
Original file line number Diff line number Diff line change
Expand Up @@ -902,16 +902,13 @@
},
"adsPrjDeplDetails": {
"mysql": {
"size": 2048,
"type": "VARCHAR"
"type": "MEDIUMTEXT"
},
"pgsql": {
"size": 2048,
"type": "VARCHAR"
"type": "TEXT"
},
"spanner": {
"size": 2048,
"type": "STRING"
"type": "STRING(MAX)"
}
}
}

0 comments on commit 23165b1

Please sign in to comment.