mirror of
https://github.com/zadam/trilium.git
synced 2025-11-05 04:45:47 +01:00
we're now saving links also for notes included in relation maps which helps with translation of noteIds during import from native tar
This commit is contained in:
@@ -263,7 +263,8 @@ async function runAllChecks() {
|
||||
links
|
||||
WHERE
|
||||
type != 'image'
|
||||
AND type != 'hyper'`,
|
||||
AND type != 'hyper'
|
||||
AND type != 'relation-map'`,
|
||||
"Link type is invalid", errorList);
|
||||
|
||||
await runCheck(`
|
||||
|
||||
Reference in New Issue
Block a user