mirror of
https://github.com/grafana/grafana.git
synced 2024-11-26 02:40:26 -06:00
indent
This commit is contained in:
parent
e15d1d060c
commit
0da775e521
@ -12,6 +12,6 @@ SELECT
|
||||
{{ if gt .Request.ResourceVersion 0 }}
|
||||
AND {{ .Ident "resource_version" }} <= {{ .Arg .Request.ResourceVersion }}
|
||||
{{ end }}
|
||||
ORDER BY {{ .Ident "resource_version" }} DESC
|
||||
LIMIT 1
|
||||
ORDER BY {{ .Ident "resource_version" }} DESC
|
||||
LIMIT 1
|
||||
;
|
||||
|
Loading…
Reference in New Issue
Block a user