Skip to content

Commit

Permalink
[MODUSERS-373]-Added indexes and where clause (#297)
Browse files Browse the repository at this point in the history
* [MODUSERS-373]-Added indexes and where clause

* [MODUSERS-373]-Added indexes and where clause

* [MODUSERS-373]-Added indexes and where clause

* [MODUSERS-373]-Added indexes and where clause

* [MODUSERS-373]-Added indexes

* [MODUSERS-373]-Added indexes

* [MODUSERS-373]-Added indexes

* [MODUSERS-373]-Added indexes
  • Loading branch information
SinghAdes authored Aug 1, 2023
1 parent 1091728 commit d57acb9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ramls/userdata.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"type": "boolean"
},
"type": {
"description": "The class of user like staff or patron; this is different from patronGroup",
"description": "The class of user like staff or patron; this is different from patronGroup; it can store shadow user type also",
"type": "string"
},
"patronGroup": {
Expand Down
4 changes: 4 additions & 0 deletions src/main/resources/templates/db_scripts/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,10 @@
"fieldName" : "personal.lastName",
"tOps" : "ADD"
},
{
"fieldName" : "type",
"tOps" : "ADD"
},
{
"fieldName" : "expirationDate",
"tOps" : "ADD",
Expand Down

0 comments on commit d57acb9

Please sign in to comment.