Remove col displayname from patch req (#14279)

This commit is contained in:
Onkar Ravgan 2023-12-06 23:42:04 +05:30 committed by GitHub
parent a215f03a28
commit 4ade6fd39f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,7 +27,6 @@ class PatchRequest(BaseModel):
ALLOWED_COLUMN_FIELDS = {
"name": True,
"displayName": True,
"dataType": True,
"arrayDataType": True,
"dataLength": True,