mirror of
https://github.com/zadam/trilium.git
synced 2025-11-03 11:56:01 +01:00
split out note's content into separate entity, WIP
This commit is contained in:
@@ -234,6 +234,7 @@ async function findLogicIssues() {
|
||||
await findIssues(`
|
||||
SELECT noteId
|
||||
FROM notes
|
||||
JOIN note_contents USING(noteId)
|
||||
WHERE
|
||||
isDeleted = 0
|
||||
AND content IS NULL`,
|
||||
|
||||
Reference in New Issue
Block a user