This commit is contained in:
Georges Chaudy 2024-07-16 11:14:55 +02:00
parent e15d1d060c
commit 0da775e521
No known key found for this signature in database
GPG Key ID: 0EE887FFCA1DB6EF

View File

@ -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
;