mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
6 lines
130 B
MySQL
6 lines
130 B
MySQL
|
|
SELECT t.id
|
||
|
|
FROM {{ .Ident .TeamTable }} as t
|
||
|
|
WHERE t.org_id = {{ .Arg .Query.OrgID }}
|
||
|
|
AND t.uid = {{ .Arg .Query.UID }}
|
||
|
|
LIMIT 1;
|