Merge branch 'stable'

This commit is contained in:
zadam
2019-11-19 19:32:49 +01:00
3 changed files with 5 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 (