Compare commits

..

No commits in common. "53011b67ae0e717bb3a2223a2fb93ce14666626c" and "b239a66dbff0c58a07dd051a2544a86b39860e14" have entirely different histories.

View file

@ -409,7 +409,7 @@ VALUES (
sqlc.narg('review_id')::bigint,
sqlc.narg('ftime')::timestamptz
)
RETURNING *;
RETURNING user_id, title_id, status, rate, review_id, ctime;
-- name: UpdateUserTitle :one
-- Fails with sql.ErrNoRows if (user_id, title_id) not found