mirror of
https://github.com/immich-app/immich.git
synced 2025-07-19 22:44:24 +02:00
fix(server): set modifydate (#16225)
This commit is contained in:
parent
9c95adc7fb
commit
b0102f8025
4 changed files with 11 additions and 4 deletions
server/src/queries
|
@ -10,7 +10,7 @@ where
|
|||
and "isVisible" = $3
|
||||
and "isArchived" = $4
|
||||
and "deletedAt" is null
|
||||
and "fileModifiedAt" is not null
|
||||
and "fileCreatedAt" is not null
|
||||
and "fileModifiedAt" is not null
|
||||
and "localDateTime" is not null
|
||||
|
||||
|
@ -26,7 +26,7 @@ where
|
|||
and "isVisible" = $2
|
||||
and "isArchived" = $3
|
||||
and "deletedAt" is null
|
||||
and "fileModifiedAt" is not null
|
||||
and "fileCreatedAt" is not null
|
||||
and "fileModifiedAt" is not null
|
||||
and "localDateTime" is not null
|
||||
and "originalPath" like $4
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue