Browse Source

fix: add max-length for TextOrNull

pull/7610/head
mertmit 9 months ago
parent
commit
340cae5ae2
  1. 1
      packages/nocodb/src/schema/swagger-v2.json
  2. 1
      packages/nocodb/src/schema/swagger.json

1
packages/nocodb/src/schema/swagger-v2.json

@ -16759,6 +16759,7 @@
],
"oneOf": [
{
"maxLength": 8192,
"type": "string"
},
{

1
packages/nocodb/src/schema/swagger.json

@ -22015,6 +22015,7 @@
],
"oneOf": [
{
"maxLength": 8192,
"type": "string"
},
{

Loading…
Cancel
Save