update boxicons to 2.0.7

This commit is contained in:
zadam
2020-11-03 22:44:50 +01:00
parent 9e97fdcc49
commit 9b05d30b47
9 changed files with 6004 additions and 5852 deletions

View File

@@ -687,7 +687,7 @@ function eraseDeletedNotes() {
sql.executeMany(`
UPDATE notes
SET title = '[deleted]',
SET title = '[erased]',
isProtected = 0,
isErased = 1
WHERE noteId IN (???)`, noteIdsToErase);