mirror of
https://github.com/zadam/trilium.git
synced 2025-11-10 15:25:51 +01:00
small changes to table names (notes_image => note_images etc.)
This commit is contained in:
@@ -11,9 +11,9 @@ router.get('/', auth.checkApiAuth, wrap(async (req, res, next) => {
|
||||
`SELECT
|
||||
notes.isDeleted AS current_isDeleted,
|
||||
notes.title AS current_title,
|
||||
notes_history.*
|
||||
note_revisions.*
|
||||
FROM
|
||||
notes_history
|
||||
note_revisions
|
||||
JOIN notes USING(noteId)
|
||||
ORDER BY
|
||||
dateModifiedTo DESC
|
||||
|
||||
Reference in New Issue
Block a user