mirror of
https://github.com/immich-app/immich.git
synced 2025-12-24 01:11:32 +03: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:
@@ -21,7 +21,7 @@ SELECT
|
||||
FROM
|
||||
"users" "UserEntity"
|
||||
WHERE
|
||||
(("UserEntity"."isAdmin" = $1))
|
||||
((("UserEntity"."isAdmin" = $1)))
|
||||
AND ("UserEntity"."deletedAt" IS NULL)
|
||||
LIMIT
|
||||
1
|
||||
@@ -41,7 +41,7 @@ WHERE
|
||||
FROM
|
||||
"users" "UserEntity"
|
||||
WHERE
|
||||
(("UserEntity"."isAdmin" = $1))
|
||||
((("UserEntity"."isAdmin" = $1)))
|
||||
AND ("UserEntity"."deletedAt" IS NULL)
|
||||
)
|
||||
LIMIT
|
||||
@@ -92,7 +92,7 @@ SELECT
|
||||
FROM
|
||||
"users" "UserEntity"
|
||||
WHERE
|
||||
(("UserEntity"."storageLabel" = $1))
|
||||
((("UserEntity"."storageLabel" = $1)))
|
||||
AND ("UserEntity"."deletedAt" IS NULL)
|
||||
LIMIT
|
||||
1
|
||||
@@ -118,7 +118,7 @@ SELECT
|
||||
FROM
|
||||
"users" "UserEntity"
|
||||
WHERE
|
||||
(("UserEntity"."oauthId" = $1))
|
||||
((("UserEntity"."oauthId" = $1)))
|
||||
AND ("UserEntity"."deletedAt" IS NULL)
|
||||
LIMIT
|
||||
1
|
||||
|
||||
Reference in New Issue
Block a user