We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e87048 commit c9bdb9cCopy full SHA for c9bdb9c
apps/tools/sql/list_tool.sql
@@ -3,6 +3,7 @@ from (select tool."id"::text,
3
tool."name",
4
tool."desc",
5
tool."tool_type",
6
+ tool."scope",
7
'tool' as "resource_type",
8
tool."workspace_id",
9
tool."folder_id",
@@ -19,6 +20,7 @@ from (select tool."id"::text,
19
20
tool_folder."name",
21
tool_folder."desc",
22
'folder' as "tool_type",
23
+ '' as scope,
24
'folder' as "resource_type",
25
tool_folder."workspace_id",
26
tool_folder."parent_id" as "folder_id",
0 commit comments