mirror of
https://github.com/zadam/trilium.git
synced 2025-11-05 04:45:47 +01:00
basic infrastructure for "relation map" note type
This commit is contained in:
@@ -203,7 +203,7 @@ async function runAllChecks() {
|
||||
FROM
|
||||
notes
|
||||
WHERE
|
||||
type != 'text' AND type != 'code' AND type != 'render' AND type != 'file' AND type != 'search'`,
|
||||
type != 'text' AND type != 'code' AND type != 'render' AND type != 'file' AND type != 'search' AND type != 'relation-map'`,
|
||||
"Note has invalid type", errorList);
|
||||
|
||||
await runCheck(`
|
||||
|
||||
Reference in New Issue
Block a user