-- name: UpgradeUserToChirpyRed :exec UPDATE users SET is_chirpy_red = true WHERE id = $1 RETURNING *;