Skip to content

Commit 73beebd

Browse files
committed
Merge commit 'refs/pull/33/head' of https://github.com/hackolade/PostgreSQL
2 parents 2de4a02 + 69896be commit 73beebd

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

polyglot/adapter.json

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,33 @@
4242
{
4343
"modify": {
4444
"field": [
45+
{
46+
"from": {
47+
"type": "nvarchar",
48+
"mode": "nchar"
49+
},
50+
"to": {
51+
"mode": "char"
52+
}
53+
},
54+
{
55+
"from": {
56+
"type": "nvarchar",
57+
"mode": "ntext"
58+
},
59+
"to": {
60+
"mode": "text"
61+
}
62+
},
63+
{
64+
"from": {
65+
"type": "varchar",
66+
"mode": "tinytext"
67+
},
68+
"to": {
69+
"mode": "text"
70+
}
71+
},
4572
{
4673
"from": {
4774
"type": "nvarchar"

0 commit comments

Comments
 (0)