People: Fix typo in previews.go #22
This commit is contained in:
parent
c520cb4ee4
commit
6ad1fffd77
1 changed files with 1 additions and 1 deletions
|
@ -119,7 +119,7 @@ func UpdateSubjectPreviews() error {
|
|||
"%s m WHERE m.subject_uid = %s.subject_uid AND m.subject_src = 'manual' ",
|
||||
entity.Marker{}.TableName(),
|
||||
entity.Subject{}.TableName())+
|
||||
` AND m.file_hash <> '' AND ORDER BY m.size DESC LIMIT 1)
|
||||
` AND m.file_hash <> '' ORDER BY m.size DESC LIMIT 1)
|
||||
WHERE thumb_src='' AND deleted_at IS NULL`)).
|
||||
Error
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue