forked from rDrama/rDrama
1
0
Fork 0
master
Aevann1 2021-10-06 06:59:49 +02:00
parent 2a91c91250
commit ec7afcceb6
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, ForeignKey("users.id"))
sentto=Column(Integer)
notifiedto=Column(Integer)
app_id = Column(Integer, ForeignKey("oauth_apps.id"))
oauth_app = relationship("OauthApp", viewonly=True)