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:
@@ -54,3 +54,7 @@ INSERT INTO entity_wikis (
|
||||
entity_id, wiki_id
|
||||
)
|
||||
SELECT $1, unnest(@wiki_ids::uuid[]);
|
||||
|
||||
|
||||
-- name: GetWikisByIDs :many
|
||||
SELECT * FROM wikis WHERE id = ANY($1::uuid[]) AND is_deleted = false;
|
||||
|
||||
Reference in New Issue
Block a user