mirror of
https://github.com/zadam/trilium.git
synced 2025-11-06 13:26:01 +01:00
renamed dates in code as well
This commit is contained in:
@@ -14,7 +14,7 @@ async function getRecentChanges() {
|
||||
note_revisions
|
||||
JOIN notes USING(noteId)
|
||||
ORDER BY
|
||||
dateModifiedTo DESC
|
||||
utcDateModifiedTo DESC
|
||||
LIMIT 1000`);
|
||||
|
||||
for (const change of recentChanges) {
|
||||
|
||||
Reference in New Issue
Block a user