Skip to content

Commit

Permalink
[MODORDERS-944] - Removed fullTextIndex for donorOrganizationIds
Browse files Browse the repository at this point in the history
  • Loading branch information
azizbekxm committed Oct 24, 2023
1 parent e014153 commit 3725686
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/main/resources/templates/db_scripts/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -203,9 +203,6 @@
},
{
"fieldName": "acqUnitIds"
},
{
"fieldName": "donorOrganizationIds"
}
]
},
Expand All @@ -230,6 +227,10 @@
"fieldName": "eresource.activated",
"caseSensitive": false
},
{
"fieldName": "donorOrganizationIds",
"caseSensitive": false
},
{
"fieldName": "eresource.expectedActivation",
"caseSensitive": false
Expand Down

0 comments on commit 3725686

Please sign in to comment.