grafana_bak/pkg/services/authz/rbac/store/folder_query.sql
2025-04-01 10:38:02 +09:00

4 lines
100 B
SQL

SELECT uid, parent_uid
FROM {{ .Ident .FolderTable }} as u
WHERE u.org_id = {{ .Arg .Query.OrgID }}