mirror of
https://github.com/stake-house/poap-reddit-bot.git
synced 2026-01-10 06:27:56 -05:00
removed message relation
This commit is contained in:
@@ -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)
|
||||
Reference in New Issue
Block a user