fix setup new document, closes #2368

This commit is contained in:
zadam 2021-11-21 13:44:52 +01:00
parent ae29c6bac4
commit 42b5437c87

View File

@ -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,