skeleton implementation of new "book" note type

This commit is contained in:
zadam
2019-10-01 21:11:11 +02:00
parent 0ef6634d41
commit 8ec01c73cd
10 changed files with 116 additions and 45 deletions

View File

@@ -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(`