pub const UPDATE_ATTEMPT_CLAIM_RESUMED_SQL: &str = "UPDATE ff_attempt \
SET worker_id = ?1, worker_instance_id = ?2, \
lease_epoch = lease_epoch + 1, \
lease_expires_at_ms = ?3, started_at_ms = ?4, outcome = NULL \
WHERE partition_key = ?5 AND execution_id = ?6 AND attempt_index = ?7";