Skip to content

Commit

Permalink
[MODORDERS-944] - Added index for donorOrganizationIds
Browse files Browse the repository at this point in the history
  • Loading branch information
azizbekxm committed Oct 24, 2023
1 parent 15b94ea commit 9afa771
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/main/resources/templates/db_scripts/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -137,10 +137,6 @@
"fieldName": "assignedTo",
"caseSensitive": false
},
{
"fieldName": "donorOrganizationIds",
"caseSensitive": false
},
{
"fieldName": "metadata.createdDate",
"caseSensitive": false
Expand Down Expand Up @@ -247,6 +243,10 @@
"fieldName": "details.subscriptionTo",
"caseSensitive": false
},
{
"fieldName": "donorOrganizationIds",
"caseSensitive": false
},
{
"fieldName": "location.locationId",
"caseSensitive": false
Expand Down

0 comments on commit 9afa771

Please sign in to comment.