Skip to content

Commit

Permalink
feat: increase document attribute size #8209 (#8211)
Browse files Browse the repository at this point in the history
* feat: increase document attribute size

Signed-off-by: Yuriy Movchan <Yuriy.Movchan@gmail.com>

* feat: increase document attribute size

Signed-off-by: Yuriy Movchan <Yuriy.Movchan@gmail.com>

---------

Signed-off-by: Yuriy Movchan <Yuriy.Movchan@gmail.com>
Signed-off-by: YuriyZ <yzabrovarniy@gmail.com>
Co-authored-by: YuriyZ <yzabrovarniy@gmail.com>
  • Loading branch information
yurem and yuriyz committed Apr 3, 2024
1 parent 5dce6d1 commit 853d9f1
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 @@ -1150,6 +1150,17 @@
"type": "STRING(MAX)"
}
},
"document": {
"mysql": {
"type": "MEDIUMTEXT"
},
"pgsql": {
"type": "TEXT"
},
"spanner": {
"type": "STRING(MAX)"
}
},
"jansValidation": {
"mysql": {
"type": "MEDIUMTEXT"
Expand Down

0 comments on commit 853d9f1

Please sign in to comment.