mirror of
https://github.com/zadam/trilium.git
synced 2025-11-03 11:56:01 +01:00
content migration fixes
This commit is contained in:
@@ -88,7 +88,7 @@ async function fillAllSyncRows() {
|
||||
await sql.execute("DELETE FROM sync");
|
||||
|
||||
await fillSyncRows("notes", "noteId");
|
||||
await fillSyncRows("note_contents", "noteContentId");
|
||||
await fillSyncRows("note_contents", "noteId");
|
||||
await fillSyncRows("branches", "branchId");
|
||||
await fillSyncRows("note_revisions", "noteRevisionId");
|
||||
await fillSyncRows("recent_notes", "branchId");
|
||||
|
||||
Reference in New Issue
Block a user