mirror of
https://github.com/zadam/trilium.git
synced 2025-11-10 07:15:51 +01:00
initial implementation of note attachments
This commit is contained in:
@@ -128,6 +128,8 @@ function fillAllEntityChanges() {
|
||||
fillEntityChanges("branches", "branchId");
|
||||
fillEntityChanges("note_revisions", "noteRevisionId");
|
||||
fillEntityChanges("note_revision_contents", "noteRevisionId");
|
||||
fillEntityChanges("note_attachments", "noteAttachmentId");
|
||||
fillEntityChanges("note_attachment_contents", "noteAttachmentId");
|
||||
fillEntityChanges("attributes", "attributeId");
|
||||
fillEntityChanges("etapi_tokens", "etapiTokenId");
|
||||
fillEntityChanges("options", "name", 'isSynced = 1');
|
||||
|
||||
Reference in New Issue
Block a user