Compare commits

...

2 commits

Author SHA1 Message Date
53011b67ae Merge branch 'dev' of ssh://meowgit.nekoea.red:22222/nihonium/nyanimedb into dev
All checks were successful
Build and Deploy Go App / build (push) Successful in 9m41s
Build and Deploy Go App / deploy (push) Successful in 38s
2025-12-06 09:30:23 +03:00
6f808a715b fix 2025-12-06 09:30:18 +03:00

View file

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