Skip to content

Commit

Permalink
HCK-8796: remove length default property from char and binary (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
serhii-filonenko authored Nov 15, 2024
1 parent 699a456 commit 42fbd2a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions types/binary.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@
"hiddenOnEntity": "view",
"defaultValues": {
"primaryKey": false,
"mode": "bytea",
"length": 10
"mode": "bytea"
},
"descriptor": [
{
Expand Down
3 changes: 1 addition & 2 deletions types/char.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
"childRelationships": [],
"foreignCollection": "",
"foreignField": [],
"mode": "varchar",
"length": 10
"mode": "varchar"
}
}

0 comments on commit 42fbd2a

Please sign in to comment.