mirror of
https://github.com/zadam/trilium.git
synced 2025-11-04 20:36:13 +01:00
unify .setContent() .getContent() handling across notes, revisions, attachments
This commit is contained in:
@@ -7,6 +7,7 @@ CREATE TABLE IF NOT EXISTS "attachments"
|
||||
title TEXT not null,
|
||||
isProtected INT not null DEFAULT 0,
|
||||
blobId TEXT not null,
|
||||
utcDateScheduledForDeletionSince TEXT DEFAULT NULL,
|
||||
utcDateModified TEXT not null,
|
||||
isDeleted INT not null,
|
||||
deleteId TEXT DEFAULT NULL);
|
||||
|
||||
Reference in New Issue
Block a user