mirror of
https://github.com/zadam/trilium.git
synced 2025-11-07 22:05:44 +01:00
sync checks for note_contents
This commit is contained in:
@@ -430,6 +430,7 @@ async function runSyncRowChecks(entityName, key) {
|
||||
|
||||
async function findSyncRowsIssues() {
|
||||
await runSyncRowChecks("notes", "noteId");
|
||||
await runSyncRowChecks("note_contents", "noteId");
|
||||
await runSyncRowChecks("note_revisions", "noteRevisionId");
|
||||
await runSyncRowChecks("branches", "branchId");
|
||||
await runSyncRowChecks("recent_notes", "branchId");
|
||||
|
||||
Reference in New Issue
Block a user