fix(server): set modifydate ()

This commit is contained in:
Jonathan Jogenfors 2025-02-20 16:28:30 +01:00 committed by GitHub
commit b0102f8025
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 11 additions and 4 deletions
server/src/queries

View file

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