UPDATE: Submission module
All checks were successful
Build and Release / release (push) Successful in 1m14s
All checks were successful
Build and Release / release (push) Successful in 1m14s
This commit is contained in:
@@ -34,3 +34,9 @@ LIMIT sqlc.arg('limit');
|
||||
|
||||
-- name: GetCommitsByIDs :many
|
||||
SELECT * FROM commits WHERE id = ANY($1::uuid[]) AND is_deleted = false;
|
||||
|
||||
-- name: UpdateCommitSnapshot :one
|
||||
UPDATE commits
|
||||
SET snapshot_json = $2
|
||||
WHERE id = $1
|
||||
RETURNING *;
|
||||
|
||||
Reference in New Issue
Block a user