new
This commit is contained in:
parent
48e2012a56
commit
262e5085f9
3 changed files with 9 additions and 2 deletions
|
@ -51,6 +51,7 @@ class Submission(Base):
|
|||
flair = Column(String)
|
||||
ban_reason = Column(String)
|
||||
embed_url = Column(String)
|
||||
new = Column(Boolean)
|
||||
|
||||
author = relationship("User", primaryjoin="Submission.author_id==User.id")
|
||||
oauth_app = relationship("OauthApp", viewonly=True)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue