Skip to content

Commit 7becff4

Browse files
authored
HCK-10649: change adapter approach and saved the result (#45)
1 parent 311acbe commit 7becff4

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

polyglot/adapter.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -115,17 +115,17 @@
115115
"hasMaxLength": true
116116
},
117117
"to": {
118-
"length": 255
118+
"length": 21844
119119
}
120120
},
121121
{
122122
"from": {
123123
"type": "varchar",
124-
"mode": "character",
124+
"mode": "char",
125125
"hasMaxLength": true
126126
},
127127
"to": {
128-
"length": 21844
128+
"length": 255
129129
}
130130
},
131131
{

0 commit comments

Comments
 (0)