mirror of
https://github.com/zadam/trilium.git
synced 2025-11-02 19:36:12 +01:00
import of initial demo document sets sync.isSynced incorrectly to always 0, #1163
This commit is contained in:
@@ -82,7 +82,8 @@ async function fillSyncRows(entityName, entityPrimaryKey, condition = '') {
|
||||
entityName: entityName,
|
||||
entityId: entityId,
|
||||
sourceId: "SYNC_FILL",
|
||||
utcSyncDate: dateUtils.utcNowDateTime()
|
||||
utcSyncDate: dateUtils.utcNowDateTime(),
|
||||
isSynced: true
|
||||
});
|
||||
}
|
||||
}
|
||||
@@ -127,4 +128,4 @@ module.exports = {
|
||||
fillAllSyncRows,
|
||||
addEntitySyncsForSector,
|
||||
getMaxSyncId: () => maxSyncId
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user