summaryrefslogtreecommitdiff
path: root/src/sql/markEntityRetried.sql
blob: 6ec22631f414bd39bdf25ba6f3d122b243dd1a6f (plain)
1
2
3
4
5
6
UPDATE
	entities
SET
	detail = jsonb_build_object('retriedAt', CURRENT_TIMESTAMP at time zone 'utc', 'error', ?::text)
WHERE
	id = ?