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 c9bdb9c commit 35b30c2Copy full SHA for 35b30c2
apps/tools/sql/list_tool.sql
@@ -10,6 +10,7 @@ from (select tool."id"::text,
10
tool."user_id",
11
"user".nick_name as "nick_name",
12
tool."icon",
13
+ tool."template_id"::text,
14
tool."create_time",
15
tool."update_time",
16
tool."is_active"
@@ -27,6 +28,7 @@ from (select tool."id"::text,
27
28
tool_folder."user_id",
29
30
'' as "icon",
31
+ '' as "template_id",
32
tool_folder."create_time",
33
tool_folder."update_time",
34
'true' as "is_active"
0 commit comments