Adding usernotes.
This commit is contained in:
parent
957edab4dc
commit
19903cccb5
16 changed files with 484 additions and 10 deletions
|
@ -59,6 +59,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