mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 01:33:05 +00:00
feat: Tool type in resource authorization
This commit is contained in:
parent
1f5544b13e
commit
6e53d2ab0e
|
|
@ -13,7 +13,8 @@ FROM (
|
|||
user_id,
|
||||
workspace_id,
|
||||
icon,
|
||||
folder_id
|
||||
folder_id,
|
||||
tool_type
|
||||
FROM
|
||||
tool
|
||||
${query_set}
|
||||
|
|
|
|||
Loading…
Reference in New Issue