Compare commits
No commits in common. "53011b67ae0e717bb3a2223a2fb93ce14666626c" and "b239a66dbff0c58a07dd051a2544a86b39860e14" have entirely different histories.
53011b67ae
...
b239a66dbf
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue