remotes/1693045480750635534/spooky-22
Aevann1 2021-10-06 07:00:35 +02:00
parent ec7afcceb6
commit 9007f63568
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ class Comment(Base):
over_18 = Column(Boolean, default=False)
is_bot = Column(Boolean, default=False)
is_pinned = Column(String(25))
sentto=Column(Integer)
sentto=Column(Integer, ForeignKey("users.id"))
notifiedto=Column(Integer)
app_id = Column(Integer, ForeignKey("oauth_apps.id"))
oauth_app = relationship("OauthApp", viewonly=True)