Dashboard Versions: Make compatible with app platform (#99327)
This commit is contained in:
committed by
GitHub
parent
05905a5069
commit
0cef2b9ae7
@@ -16,6 +16,6 @@ WHERE 1 = 1
|
||||
AND {{ .Ident "action" }} = 3
|
||||
{{ end }}
|
||||
{{ if (gt .StartRV 0) }}
|
||||
AND {{ .Ident "resource_version" }} > {{ .Arg .StartRV }}
|
||||
AND {{ .Ident "resource_version" }} < {{ .Arg .StartRV }}
|
||||
{{ end }}
|
||||
ORDER BY resource_version DESC
|
||||
|
||||
Reference in New Issue
Block a user