fix(server): set modifydate (#16225)

This commit is contained in:
Jonathan Jogenfors
2025-02-20 16:28:30 +01:00
committed by GitHub
parent 9c95adc7fb
commit b0102f8025
4 changed files with 11 additions and 4 deletions

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