mirror of
https://github.com/zadam/trilium.git
synced 2025-11-06 05:15:59 +01:00
add move to dialog
This commit is contained in:
@@ -166,7 +166,7 @@ async function findBrokenReferenceIssues() {
|
||||
}
|
||||
});
|
||||
|
||||
await findAndFixIssues(`
|
||||
await findIssues(`
|
||||
SELECT noteRevisionId, note_revisions.noteId
|
||||
FROM note_revisions LEFT JOIN notes USING(noteId)
|
||||
WHERE notes.noteId IS NULL`,
|
||||
|
||||
Reference in New Issue
Block a user