mirror of
https://github.com/zadam/trilium.git
synced 2025-11-02 19:36:12 +01:00
refactored "sync" table to "entity_changes"
This commit is contained in:
@@ -13,7 +13,7 @@ function exec(req) {
|
||||
return {
|
||||
success: true,
|
||||
executionResult: result,
|
||||
maxSyncId: syncService.getMaxSyncId()
|
||||
maxEntityChangeId: syncService.getMaxEntityChangeId()
|
||||
};
|
||||
}
|
||||
catch (e) {
|
||||
|
||||
Reference in New Issue
Block a user