mirror of
https://github.com/zadam/trilium.git
synced 2025-10-28 08:46:43 +01:00
always autofix note_contents.content = NULL sync issue after note erasion
This commit is contained in:
@@ -599,6 +599,7 @@ async function eraseDeletedNotes() {
|
||||
UPDATE notes
|
||||
SET title = '[deleted]',
|
||||
contentLength = 0,
|
||||
isProtected = 0,
|
||||
isErased = 1
|
||||
WHERE noteId IN (???)`, noteIdsToErase);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user