Skip to content
Snippets Groups Projects
Commit a8d03c5b authored by Mariusz Trela's avatar Mariusz Trela Committed by Mariusz Trela
Browse files

A collection must be cleared after usage

parent 60d553be
No related branches found
No related tags found
4 merge requests!456Release candidate v1 24,!230Setup monitoring with pghero,!135Enable postgres monitoring on CI server,!61Issue #47 - test database_api get_payout_stats fail
...@@ -319,6 +319,7 @@ class Posts: ...@@ -319,6 +319,7 @@ class Posts:
"NULL" if ( cashout_time is None ) else ( "'{}'::timestamp".format( cashout_time ) ), "NULL" if ( cashout_time is None ) else ( "'{}'::timestamp".format( cashout_time ) ),
"NULL" if ( is_paidout is None ) else is_paidout )) "NULL" if ( is_paidout is None ) else is_paidout ))
cls.comment_payout_ops.clear()
@classmethod @classmethod
def update_child_count(cls, child_id, op='+'): def update_child_count(cls, child_id, op='+'):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment