Skip to content

Commit

Permalink
CIRCSTORE-474 Add indexes to table audit_loan
Browse files Browse the repository at this point in the history
(cherry picked from commit a9727fc)
  • Loading branch information
OleksandrVidinieiev committed Dec 1, 2023
1 parent 4866bd9 commit 9f8eab8
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions src/main/resources/templates/db_scripts/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -502,6 +502,24 @@
"tOps": "ADD"
}
]
},
{
"tableName": "audit_loan",
"withMetadata": false,
"likeIndex": [
{
"fieldName": "loan.id",
"tOps": "ADD",
"caseSensitive": false,
"removeAccents": true
},
{
"fieldName": "loan.action",
"tOps": "ADD",
"caseSensitive": false,
"removeAccents": true
}
]
}
],
"scripts": [
Expand Down

0 comments on commit 9f8eab8

Please sign in to comment.