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:
@@ -37,4 +37,7 @@ WHERE is_deleted = false
|
||||
AND name ILIKE '%' || sqlc.arg('name')::text || '%'
|
||||
AND (sqlc.narg('cursor_id')::uuid IS NULL OR id < sqlc.narg('cursor_id')::uuid)
|
||||
ORDER BY id DESC
|
||||
LIMIT sqlc.arg('limit_count');
|
||||
LIMIT sqlc.arg('limit_count');
|
||||
|
||||
-- name: GetEntitiesByIDs :many
|
||||
SELECT * FROM entities WHERE id = ANY($1::uuid[]) AND is_deleted = false;
|
||||
|
||||
Reference in New Issue
Block a user