🏦 Database Change: convert commentflag's created_utc to created_timestampz (#615)
This commit is contained in:
parent
c519a1a292
commit
2edaec6933
4 changed files with 140 additions and 4 deletions
|
@ -71,7 +71,7 @@ class Comment(CreatedBase):
|
|||
viewonly=True)
|
||||
reports = relationship("CommentFlag",
|
||||
primaryjoin="CommentFlag.comment_id == Comment.id",
|
||||
order_by="CommentFlag.created_utc",
|
||||
order_by="CommentFlag.created_datetimez",
|
||||
viewonly=True)
|
||||
notes = relationship("UserNote", back_populates="comment")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue