3 lines
102 B
SQL
3 lines
102 B
SQL
-- name: UpgradeUserToChirpyRed :exec
|
|
UPDATE users SET is_chirpy_red = true WHERE id = $1
|
|
RETURNING *; |