fix recent changes, closes #713

This commit is contained in:
zadam
2019-11-19 19:02:16 +01:00
parent c5acb7fc9b
commit 86c5dd6494
2 changed files with 3 additions and 3 deletions

View File

@@ -17,8 +17,8 @@ async function getRecentChanges() {
FROM
note_revisions
JOIN notes USING(noteId)
ORDER BY
utcDateCreated DESC
ORDER BY
note_revisions.utcDateCreated DESC
LIMIT 1000
)
UNION ALL SELECT * FROM (