Reverse outdated photos order
This commit is contained in:
parent
0070e0d03e
commit
4cff086fde
@ -506,7 +506,7 @@ export const getOutdatedPhotos = () => safelyQueryPhotos(
|
||||
() => query(`
|
||||
SELECT * FROM photos
|
||||
${outdatedWhereClause}
|
||||
ORDER BY created_at ASC
|
||||
ORDER BY created_at DESC
|
||||
LIMIT 1000
|
||||
`,
|
||||
outdatedValues,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user