fsdsfd
This commit is contained in:
parent
1f32f3a35d
commit
2984e15fba
9 changed files with 124 additions and 30 deletions
|
@ -53,6 +53,7 @@ class Comment(Base):
|
|||
parent_comment = relationship("Comment", remote_side=[id], viewonly=True)
|
||||
child_comments = relationship("Comment", remote_side=[parent_comment_id], viewonly=True)
|
||||
awards = relationship("AwardRelationship", viewonly=True)
|
||||
reports = relationship("CommentFlag", viewonly=True)
|
||||
|
||||
def __init__(self, *args, **kwargs):
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue