Skip to content

Commit

Permalink
fix: use TEXT datatype for adsPrjDeplDetails #5635
Browse files Browse the repository at this point in the history
  • Loading branch information
jgomer2001 committed Jul 25, 2023
1 parent 0ee18a2 commit 5047216
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -902,7 +902,7 @@
},
"adsPrjDeplDetails": {
"mysql": {
"type": "MEDIUMTEXT"
"type": "TEXT"
},
"pgsql": {
"type": "TEXT"
Expand Down

0 comments on commit 5047216

Please sign in to comment.