Skip to content

Commit

Permalink
numeric
Browse files Browse the repository at this point in the history
  • Loading branch information
odesenfans committed Oct 3, 2023
1 parent b120c52 commit 2ad7568
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def reprocess_failed_instance_messages():
rm.message ->> 'signature',
rm.message ->> 'item_type',
rm.message ->> 'item_content',
to_timestamp(rm.message ->> 'time'),
to_timestamp((rm.message ->> 'time')::numeric),
rm.message ->> 'channel',
ms.reception_time,
true,
Expand Down

0 comments on commit 2ad7568

Please sign in to comment.