mirror of
https://github.com/zadam/trilium.git
synced 2025-06-06 09:58:32 +02:00
fix setup new document, closes #2368
This commit is contained in:
parent
ae29c6bac4
commit
42b5437c87
@ -24,7 +24,7 @@ CREATE TABLE IF NOT EXISTS "branches" (
|
||||
`isExpanded` INTEGER NOT NULL DEFAULT 0,
|
||||
`isDeleted` INTEGER NOT NULL DEFAULT 0,
|
||||
`deleteId` TEXT DEFAULT NULL,
|
||||
`utcDateModified` TEXT NOT NULL
|
||||
`utcDateModified` TEXT NOT NULL,
|
||||
PRIMARY KEY(`branchId`));
|
||||
CREATE TABLE IF NOT EXISTS "notes" (
|
||||
`noteId` TEXT NOT NULL,
|
||||
|
Loading…
x
Reference in New Issue
Block a user