fdfsd
This commit is contained in:
parent
6ebc74a862
commit
81b9a86be2
8 changed files with 29 additions and 32 deletions
|
@ -44,7 +44,6 @@ class Submission(Base):
|
|||
upvotes = Column(Integer, default=1)
|
||||
downvotes = Column(Integer, default=0)
|
||||
realupvotes = Column(Integer, default=1)
|
||||
realdownvotes = Column(Integer, default=0)
|
||||
app_id=Column(Integer, ForeignKey("oauth_apps.id"))
|
||||
title = Column(String)
|
||||
title_html = Column(String)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue