mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 10:55:55 +01:00
tree context menu to convert notes into attachments
This commit is contained in:
@@ -874,7 +874,7 @@ function eraseAttachments(attachmentIdsToErase) {
|
||||
|
||||
function eraseUnusedBlobs() {
|
||||
const unusedBlobIds = sql.getColumn(`
|
||||
SELECT blobId
|
||||
SELECT blobs.blobId
|
||||
FROM blobs
|
||||
LEFT JOIN notes ON notes.blobId = blobs.blobId
|
||||
LEFT JOIN attachments ON attachments.blobId = blobs.blobId
|
||||
|
||||
Reference in New Issue
Block a user