removed message relation

This commit is contained in:
Bad_Investment
2021-05-04 06:22:57 +00:00
parent 53a0649ebb
commit 3f33879d2f

View File

@@ -17,5 +17,4 @@ class Claim(ormar.Model):
participant: Participant = ormar.ForeignKey(Participant)
event: Event = ormar.ForeignKey(Event)
link: str = ormar.String(max_length=256)
notified: Optional[bool] = ormar.Boolean(default=False)
request_message: RequestMessage = ormar.ForeignKey(RequestMessage)
notified: Optional[bool] = ormar.Boolean(default=False)