mirror of
https://github.com/immich-app/immich.git
synced 2025-12-27 17:24:58 +03:00
feat: ack sync reset (#20703)
This commit is contained in:
@@ -10,10 +10,17 @@ from
|
||||
where
|
||||
"id" = $1
|
||||
|
||||
-- SessionRepository.isPendingSyncReset
|
||||
select
|
||||
"isPendingSyncReset"
|
||||
from
|
||||
"session"
|
||||
where
|
||||
"id" = $1
|
||||
|
||||
-- SessionRepository.getByToken
|
||||
select
|
||||
"session"."id",
|
||||
"session"."isPendingSyncReset",
|
||||
"session"."updatedAt",
|
||||
"session"."pinExpiresAt",
|
||||
(
|
||||
|
||||
Reference in New Issue
Block a user