[mob][photos] Add missing paranthesis
This commit is contained in:
parent
c2b6032b6f
commit
16178b6f09
1 changed files with 1 additions and 1 deletions
|
@ -1746,7 +1746,7 @@ class FilesDB {
|
|||
final results = await db.getAll(
|
||||
'''
|
||||
SELECT DISTINCT $columnUploadedFileID FROM $filesTable
|
||||
WHERE $columnOwnerID = ? AND $columnUploadedFileID IS NOT NULL AND
|
||||
WHERE ($columnOwnerID = ? AND $columnUploadedFileID IS NOT NULL AND
|
||||
$columnUploadedFileID IS NOT -1)
|
||||
''',
|
||||
[ownerID],
|
||||
|
|
Loading…
Add table
Reference in a new issue