mirror of
https://github.com/zadam/trilium.git
synced 2025-11-05 04:45:47 +01:00
cleanup of hidden notes
This commit is contained in:
@@ -140,7 +140,7 @@ class ConsistencyChecks {
|
||||
});
|
||||
|
||||
this.findAndFixIssues(`
|
||||
SELECT branchId, branches.noteId AS parentNoteId
|
||||
SELECT branchId, branches.parentNoteId AS parentNoteId
|
||||
FROM branches
|
||||
LEFT JOIN notes ON notes.noteId = branches.parentNoteId
|
||||
WHERE branches.isDeleted = 0
|
||||
|
||||
Reference in New Issue
Block a user