Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris committed Aug 26, 2024
2 parents ef168f2 + 511dfef commit 92775e7
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions social/chat/message/v0.1.0/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,10 @@
"name": "social_chat_message",
"indexes": {
"source": ["sourceApplication", "sourceId"],
"chatGroupId": ["chatGroupId", "sentAt"],
"insertedAt": ["insertedAt"]
"chatGroupId": ["chatGroupId"],
"sentAt": [
"sentAt"
]
}
},
"layouts": {
Expand Down

0 comments on commit 92775e7

Please sign in to comment.