remotes/1693045480750635534/spooky-22
Aevann1 2021-10-06 01:17:57 +02:00
parent 0b9c0ae3b4
commit e87a764d98
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ class Comment(Base):
notifiedto=Column(Integer)
app_id = Column(Integer, ForeignKey("oauth_apps.id"))
oauth_app = relationship("OauthApp", viewonly=True)
upvotes = Column(Integer, default=1)
upvotes = Column(Integer, default=0)
downvotes = Column(Integer, default=0)
body = deferred(Column(String(10000)))
body_html = deferred(Column(String(20000)))