feat: Tool type in resource authorization
parent
1f5544b13e
commit
6e53d2ab0e
|
|
@ -13,7 +13,8 @@ FROM (
|
||||||
user_id,
|
user_id,
|
||||||
workspace_id,
|
workspace_id,
|
||||||
icon,
|
icon,
|
||||||
folder_id
|
folder_id,
|
||||||
|
tool_type
|
||||||
FROM
|
FROM
|
||||||
tool
|
tool
|
||||||
${query_set}
|
${query_set}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue