skeleton for global link map

This commit is contained in:
zadam
2021-09-16 23:09:48 +02:00
parent 5866004e23
commit ed26e32ccb
8 changed files with 42 additions and 10 deletions

View File

@@ -268,7 +268,7 @@ class ConsistencyChecks {
SELECT noteId, type
FROM notes
WHERE isDeleted = 0
AND type NOT IN ('text', 'code', 'render', 'file', 'image', 'search', 'relation-map', 'book')`,
AND type NOT IN ('text', 'code', 'render', 'file', 'image', 'search', 'relation-map', 'book', 'special')`,
({noteId, type}) => {
if (this.autoFix) {
const note = becca.getNote(noteId);