mirror of
https://github.com/zadam/trilium.git
synced 2025-11-08 22:35:50 +01:00
small changes to table names (notes_image => note_images etc.)
This commit is contained in:
@@ -40,10 +40,10 @@ async function getRecentNotes() {
|
||||
recent_notes.*
|
||||
FROM
|
||||
recent_notes
|
||||
JOIN notes_tree USING(noteTreeId)
|
||||
JOIN note_tree USING(noteTreeId)
|
||||
WHERE
|
||||
recent_notes.isDeleted = 0
|
||||
AND notes_tree.isDeleted = 0
|
||||
AND note_tree.isDeleted = 0
|
||||
ORDER BY
|
||||
dateAccessed DESC`);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user