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