mirror of
https://gitlab.com/wgp/dougal/software.git
synced 2025-12-06 12:17:08 +00:00
Return organisations as part of the projects listing
This commit is contained in:
@@ -7,6 +7,7 @@ async function get () {
|
||||
name,
|
||||
schema,
|
||||
COALESCE(meta->'groups', '[]'::jsonb) AS groups,
|
||||
COALESCE(meta->'organisations', '{}'::jsonb) AS organisations,
|
||||
COALESCE(meta->'archived', 'false'::jsonb) AS archived
|
||||
FROM public.projects;
|
||||
`;
|
||||
|
||||
Reference in New Issue
Block a user