mirror of
https://github.com/zadam/trilium.git
synced 2025-11-02 11:26:15 +01:00
attachments have a position
This commit is contained in:
@@ -6,6 +6,7 @@ CREATE TABLE IF NOT EXISTS "attachments"
|
||||
mime TEXT not null,
|
||||
title TEXT not null,
|
||||
isProtected INT not null DEFAULT 0,
|
||||
position INT default 0 not null,
|
||||
blobId TEXT DEFAULT null,
|
||||
dateModified TEXT NOT NULL,
|
||||
utcDateModified TEXT not null,
|
||||
|
||||
Reference in New Issue
Block a user