mirror of
https://github.com/zadam/trilium.git
synced 2025-11-02 03:16:11 +01:00
added checksum to note_attachment
This commit is contained in:
@@ -5,6 +5,7 @@ CREATE TABLE IF NOT EXISTS "note_attachments"
|
||||
name TEXT not null,
|
||||
mime TEXT not null,
|
||||
isProtected INT not null DEFAULT 0,
|
||||
contentCheckSum TEXT not null,
|
||||
utcDateModified TEXT not null,
|
||||
isDeleted INT not null,
|
||||
`deleteId` TEXT DEFAULT NULL);
|
||||
|
||||
Reference in New Issue
Block a user