UPDATE: Project Module
All checks were successful
Build and Release / release (push) Successful in 1m15s
All checks were successful
Build and Release / release (push) Successful in 1m15s
This commit is contained in:
@@ -78,4 +78,8 @@ ORDER BY created_at DESC;
|
||||
|
||||
-- name: GetMediaByID :one
|
||||
SELECT * FROM medias
|
||||
WHERE id = $1;
|
||||
WHERE id = $1;
|
||||
|
||||
-- name: GetMediaByIDs :many
|
||||
SELECT * FROM medias
|
||||
WHERE id = ANY($1::uuid[]);
|
||||
Reference in New Issue
Block a user