dffsd
This commit is contained in:
parent
5e8a522310
commit
310c40e524
3 changed files with 6 additions and 2 deletions
|
@ -40,7 +40,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=0)
|
||||
upvotes = Column(Integer, default=1)
|
||||
downvotes = Column(Integer, default=0)
|
||||
body = deferred(Column(String))
|
||||
body_html = deferred(Column(String))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue