Skip to content

Commit

Permalink
fixed compound index issue on offices
Browse files Browse the repository at this point in the history
Jira ticket: CAMS-442

Co-authored-by: Arthur Morrow <[email protected]>
Co-authored-by: James Brooks <[email protected]>
  • Loading branch information
3 people committed Nov 8, 2024
1 parent 13539f2 commit 415b5bb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ resource officesCollection 'Microsoft.DocumentDB/databaseAccounts/mongodbDatabas
key: {
keys: [
'officeCode'
'userId'
'id'
]
}
options: {
Expand Down

0 comments on commit 415b5bb

Please sign in to comment.