Show the oldest memories first
This commit is contained in:
parent
ee26784b60
commit
5a6d36a369
1 changed files with 1 additions and 1 deletions
|
@ -135,7 +135,7 @@ class FilesDB {
|
|||
where:
|
||||
'$columnCreationTime > ? AND $columnCreationTime < ? AND $columnIsDeleted = 0',
|
||||
whereArgs: [startCreationTime, endCreationTime],
|
||||
orderBy: '$columnCreationTime DESC',
|
||||
orderBy: '$columnCreationTime ASC',
|
||||
);
|
||||
return _convertToFiles(results);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue