Skip to content

Commit

Permalink
CIRCSTORE-272 add action index (folio-org#425)
Browse files Browse the repository at this point in the history
  • Loading branch information
roman-barannyk authored Sep 14, 2023
1 parent 964e629 commit 24fbd2f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/main/resources/templates/db_scripts/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,12 @@
"caseSensitive": false,
"removeAccents": false,
"sqlExpression": "(jsonb->'agedToLostDelayedBilling'->>'dateLostItemShouldBeBilled')"
},
{
"fieldName": "action",
"tOps": "ADD",
"caseSensitive": false,
"removeAccents": true
}
],
"fullTextIndex": [
Expand Down

0 comments on commit 24fbd2f

Please sign in to comment.