mirror of
https://github.com/TriliumNext/Notes.git
synced 2026-03-09 07:49:42 -05: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