-- name: RevokeRefreshToken :exec UPDATE refresh_tokens SET revoked_at = NOW(), updated_at = NOW() WHERE token = $1;