Skip to content

Commit

Permalink
Merge pull request #282 from folio-org/CIRCSTORE-270
Browse files Browse the repository at this point in the history
added patronId b-tree index on patron_action_session table
  • Loading branch information
mtraneis authored Feb 26, 2021
2 parents d7ce11d + 27c33a9 commit 74d0929
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion src/main/resources/templates/db_scripts/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,15 @@
{
"tableName": "patron_action_session",
"withMetadata": true,
"withAuditing": false
"withAuditing": false,
"index": [
{
"fieldName": "patronId",
"tOps": "ADD",
"caseSensitive": false,
"removeAccents": false
}
]
},
{
"tableName": "check_in",
Expand Down

0 comments on commit 74d0929

Please sign in to comment.