Skip to content

Commit

Permalink
MODORDSTOR-409. Add titles receivingStatus btree+ft, po_line orderFor…
Browse files Browse the repository at this point in the history
…mat ft, purchase_order orderType & workflowStatus ft
  • Loading branch information
BKadirkhodjaev committed Jul 3, 2024
1 parent 7111fd9 commit 1ffbdfa
Showing 1 changed file with 18 additions and 8 deletions.
26 changes: 18 additions & 8 deletions src/main/resources/templates/db_scripts/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,12 @@
},
{
"fieldName": "acqUnitIds"
},
{
"fieldName": "orderType"
},
{
"fieldName": "workflowStatus"
}
],
"ginIndex": [
Expand Down Expand Up @@ -392,6 +398,11 @@
"removeAccents": false,
"arraySubfield": "fundId",
"arrayModifiers": ["fundId"]
},
{
"fieldName": "orderFormat",
"caseSensitive": false,
"removeAccents": true
}
],
"ginIndex": [
Expand Down Expand Up @@ -483,6 +494,7 @@
"tableName": "titles",
"fromModuleVersion": "mod-orders-storage-11.0.0",
"withMetadata": true,
"customSnippetPath": "title_table.sql",
"foreignKeys": [
{
"fieldName": "poLineId",
Expand Down Expand Up @@ -549,33 +561,31 @@
"caseSensitive": false
},
{
"fieldName": "receivingStatus",
"fieldName": "receivedDate",
"caseSensitive": false
},
{
"fieldName": "receivedDate",
"fieldName": "supplement",
"caseSensitive": false
},
{
"fieldName": "supplement",
"fieldName": "receivingStatus",
"caseSensitive": false
}
],
"fullTextIndex": [
{
"fieldName": "comment"
},
{
"fieldName": "receivingStatus"
}
],
"ginIndex": [
{
"fieldName": "displaySummary",
"caseSensitive": false,
"removeAccents": true
},
{
"fieldName": "receivingStatus",
"caseSensitive": false,
"removeAccents": true
}
]
},
Expand Down

0 comments on commit 1ffbdfa

Please sign in to comment.