Skip to content

Commit

Permalink
[Athena] Fix mongodb
Browse files Browse the repository at this point in the history
  • Loading branch information
that-guy-iain committed Nov 27, 2023
1 parent cacd234 commit 772bbc2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<field name="message_template" field-name="messageTemplate" type="string" />
<field name="created_at" field-name="createdAt" type="date" />
<field name="is_read" field-name="isRead" type="boolean" />
<embed-one field="link" field-name="link" target-document="Parthenon\Athena\Link" />
<embed-one field="link" field-name="link" target-document="Parthenon\Athena\Entity\Link" />

<indexes>
<index>
Expand Down

0 comments on commit 772bbc2

Please sign in to comment.