mirror of
https://github.com/immich-app/immich
synced 2026-08-22 13:13:05 +00:00
chore(deps): update server (#6930)
* chore(deps): update server * chore: generate sql --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Daniel Dietzler <mail@ddietzler.dev>
This commit is contained in:
parent
8c60c21fe0
commit
d88ca5fb2a
12 changed files with 311 additions and 225 deletions
|
|
@ -11,8 +11,8 @@ FROM
|
|||
"move_history" "MoveEntity"
|
||||
WHERE
|
||||
(
|
||||
"MoveEntity"."entityId" = $1
|
||||
AND "MoveEntity"."pathType" = $2
|
||||
("MoveEntity"."entityId" = $1)
|
||||
AND ("MoveEntity"."pathType" = $2)
|
||||
)
|
||||
LIMIT
|
||||
1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue