Merge branch 'frost' into new-user-filtering
This commit is contained in:
commit
6d68993a8d
25 changed files with 514 additions and 62 deletions
|
@ -60,6 +60,7 @@ class Submission(Base):
|
|||
reports = relationship("Flag", viewonly=True)
|
||||
comments = relationship("Comment", primaryjoin="Comment.parent_submission==Submission.id")
|
||||
subr = relationship("Sub", primaryjoin="foreign(Submission.sub)==remote(Sub.name)", viewonly=True)
|
||||
notes = relationship("UserNote", back_populates="post")
|
||||
|
||||
bump_utc = deferred(Column(Integer, server_default=FetchedValue()))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue