sync checks for note_contents

This commit is contained in:
zadam
2019-04-13 10:13:47 +02:00
parent 27f74489fd
commit be378f71b0
2 changed files with 7 additions and 4 deletions

View File

@@ -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");