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