Skip to content

Commit

Permalink
Merge pull request #55 from folio-org/MODFQMMGR-308
Browse files Browse the repository at this point in the history
MODFQMMGR-308:Keep UUID fields as UUIDs to take advantage of indexes
  • Loading branch information
kjain110 authored Jun 12, 2024
2 parents ada5492 + 9302619 commit a6e5f4d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/main/resources/swagger.api/schemas/entityDataType.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,14 @@
}
]
},
"StringUUIDType": {
"description": "Entity field type for UUID fields that are coming from the database as strings",
"allOf": [
{
"$ref": "entityDataType.json#/EntityDataType"
}
]
},
"NumberType": {
"allOf": [
{
Expand Down

0 comments on commit a6e5f4d

Please sign in to comment.