Fix: fetch archied files in getFilesCreatedWithinDurations

This commit is contained in:
Neeraj Gupta 2023-05-30 14:31:56 +05:30
parent 3b9aeffc97
commit 06c9a7abcd

View file

@ -718,7 +718,7 @@ class FilesDB {
whereClause += " OR "; whereClause += " OR ";
} }
} }
whereClause += ") AND $columnMMdVisibility = $visibleVisibility"; whereClause += ")";
final results = await db.query( final results = await db.query(
filesTable, filesTable,
where: whereClause, where: whereClause,