Skip to content

Commit

Permalink
MODFQMMGR-308:Keep UUID fields as UUIDs to take advantage of indexes
Browse files Browse the repository at this point in the history
  • Loading branch information
kjain110 committed Jun 12, 2024
1 parent 4fcddb2 commit 4a4bb21
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion src/main/resources/swagger.api/schemas/entityDataType.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,15 @@
]
},
"OpenUUIDType": {
"description": "Entity field type defined in https://issues.folio.org/browse/UIPQB-4",
"description": "Entity field type for UUID fields that are coming from the database as strings",
"allOf": [
{
"$ref": "entityDataType.json#/EntityDataType"
}
]
},
"StringUUIDType": {
"description": "",
"allOf": [
{
"$ref": "entityDataType.json#/EntityDataType"
Expand Down

0 comments on commit 4a4bb21

Please sign in to comment.