mirror of
https://github.com/zadam/trilium.git
synced 2025-11-04 20:36:13 +01:00
relation between notes and images
This commit is contained in:
@@ -181,6 +181,8 @@ async function runAllChecks() {
|
||||
await runSyncRowChecks("notes_history", "note_history_id", errorList);
|
||||
await runSyncRowChecks("notes_tree", "note_tree_id", errorList);
|
||||
await runSyncRowChecks("recent_notes", "note_tree_id", errorList);
|
||||
await runSyncRowChecks("images", "image_id", errorList);
|
||||
await runSyncRowChecks("notes_image", "note_image_id", errorList);
|
||||
|
||||
if (errorList.length === 0) {
|
||||
// we run this only if basic checks passed since this assumes basic data consistency
|
||||
|
||||
Reference in New Issue
Block a user