Skip to content

Commit

Permalink
HCK-6766: MariaDB: Derived map with Min/Max properties from Polyglot …
Browse files Browse the repository at this point in the history
…should not keep the Min/max prop as target type is char(varchar(10)) (#47)
  • Loading branch information
Nightlngale authored Jun 19, 2024
1 parent 3238c48 commit 51c9b5f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions polyglot/adapter.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,10 +116,12 @@
"field": [
{
"from": {
"type": "jsonObject"
"type": "jsonObject"
},
"to": {
"subtype": "object"
"subtype": "object",
"mode": "longtext",
"synonym": "json"
}
},
{
Expand Down

0 comments on commit 51c9b5f

Please sign in to comment.