Skip to content

Commit

Permalink
[MODORDSTOR-389] - Address index warnings for table purchase_order (#386
Browse files Browse the repository at this point in the history
)
  • Loading branch information
alb3rtino authored Mar 13, 2024
1 parent 3966b10 commit f6d1de8
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/main/resources/templates/db_scripts/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,16 @@
"fieldName": "poNumber",
"caseSensitive": false,
"removeAccents": true
},
{
"fieldName": "dateOrdered",
"caseSensitive": false,
"removeAccents": true
},
{
"fieldName": "metadata.createdDate",
"caseSensitive": false,
"removeAccents": true
}
]
},
Expand Down

0 comments on commit f6d1de8

Please sign in to comment.