mirror of
https://github.com/zadam/trilium.git
synced 2025-11-04 20:36:13 +01:00
note content refactoring, WIP
This commit is contained in:
@@ -3,6 +3,7 @@ CREATE TABLE IF NOT EXISTS "note_contents" (
|
||||
`noteId` TEXT NOT NULL,
|
||||
`isProtected` INT NOT NULL DEFAULT 0,
|
||||
`content` TEXT NULL DEFAULT NULL,
|
||||
`hash` TEXT DEFAULT "" NOT NULL,
|
||||
PRIMARY KEY(`noteContentId`)
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user