Skip to content
Snippets Groups Projects
Commit 6c68b549 authored by Andrzej Lisak's avatar Andrzej Lisak
Browse files

Merge branch 'mt-fix-tests' of gitlab.syncad.com:hive/hivemind into mt-fix-tests

parents ae5a400b 9d9d50a6
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,!68Fixed result of inaccurate assumption
......@@ -307,7 +307,7 @@ class Posts:
payout_at = date #Here should be `cashout_time`
last_payout = date
cls._comment_payout_ops.append("('{}', '{}', {}, {}, {}, {}, {}, {}, {}, {}, {}, '{}'::timestamp, {}, {}, {})".format(
cls._comment_payout_ops.append("('{}', '{}', {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {})".format(
author,
permlink,
"NULL" if ( total_payout_value is None ) else ( "'{}'".format( legacy_amount(total_payout_value) ) ),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment