mirror of
https://github.com/zadam/trilium.git
synced 2025-11-07 22:05:44 +01:00
Merge branch 'stable'
# Conflicts: # src/services/consistency_checks.js
This commit is contained in:
@@ -267,7 +267,7 @@ async function findExistencyIssues() {
|
||||
FROM branches
|
||||
WHERE noteId = ?
|
||||
and parentNoteId = ?
|
||||
and isDeleted = 1`, [noteId, parentNoteId]);
|
||||
and isDeleted = 0`, [noteId, parentNoteId]);
|
||||
|
||||
// it's not necessarily "original" branch, it's just the only one which will survive
|
||||
const origBranch = branches[0];
|
||||
|
||||
Reference in New Issue
Block a user