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