diff --git a/hive/indexer/posts.py b/hive/indexer/posts.py
index f3d29a051ce5fd91e0f78475a2e910112250156c..36759eb1855eadd4c42dcb3bfa9d3840f4513145 100644
--- a/hive/indexer/posts.py
+++ b/hive/indexer/posts.py
@@ -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) ) ),