Upload latest photos first
This commit is contained in:
parent
9994715cc4
commit
8d48ca9d3a
1 changed files with 1 additions and 0 deletions
|
@ -128,6 +128,7 @@ class PhotoDB {
|
|||
final results = await db.query(
|
||||
table,
|
||||
where: '$columnUploadedFileId = -1',
|
||||
orderBy: '$columnCreateTimestamp DESC',
|
||||
);
|
||||
return _convertToPhotos(results);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue