mirror of
https://github.com/zadam/trilium.git
synced 2025-11-16 10:15:52 +01:00
refactored all mentions of "history" to "revision"
This commit is contained in:
@@ -161,7 +161,7 @@ async function runAllChecks() {
|
||||
note_revisions LEFT JOIN notes USING(noteId)
|
||||
WHERE
|
||||
notes.noteId IS NULL`,
|
||||
"Missing notes records for following note history ID > note ID", errorList);
|
||||
"Missing notes records for following note revision ID > note ID", errorList);
|
||||
|
||||
await runCheck(`
|
||||
SELECT
|
||||
|
||||
Reference in New Issue
Block a user