mirror of
https://github.com/zadam/trilium.git
synced 2025-11-03 11:56:01 +01:00
skeleton implementation of new "book" note type
This commit is contained in:
@@ -216,7 +216,7 @@ async function findLogicIssues() {
|
||||
FROM notes
|
||||
WHERE
|
||||
isDeleted = 0
|
||||
AND type NOT IN ('text', 'code', 'render', 'file', 'image', 'search', 'relation-map')`,
|
||||
AND type NOT IN ('text', 'code', 'render', 'file', 'image', 'search', 'relation-map', 'book')`,
|
||||
({noteId, type}) => `Note ${noteId} has invalid type=${type}`);
|
||||
|
||||
await findIssues(`
|
||||
|
||||
Reference in New Issue
Block a user