diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2015-01-24 23:38:12 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2015-01-24 23:38:12 +0100 |
commit | 9b744da32e64d8a6cd342faba8fc3232884d60f2 (patch) | |
tree | a22558b6c869ba777292d3ce231222408614d5b3 /common/commands | |
parent | b36ae2d0e0b0ee9865fdc7e628374853d160b55a (diff) | |
download | sink-9b744da32e64d8a6cd342faba8fc3232884d60f2.tar.gz sink-9b744da32e64d8a6cd342faba8fc3232884d60f2.zip |
Uid index + query using that index.
...and a couple of other fixes.
Diffstat (limited to 'common/commands')
-rw-r--r-- | common/commands/modifyentity.fbs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/common/commands/modifyentity.fbs b/common/commands/modifyentity.fbs index b4edb12..d26051e 100644 --- a/common/commands/modifyentity.fbs +++ b/common/commands/modifyentity.fbs | |||
@@ -3,9 +3,9 @@ namespace Akonadi2; | |||
3 | table ModifyEntity { | 3 | table ModifyEntity { |
4 | revision: ulong; | 4 | revision: ulong; |
5 | entityId: string; | 5 | entityId: string; |
6 | deletions: [string]; | 6 | deletions: [string]; //A list of deleted properties |
7 | domainType: string; | 7 | domainType: string; |
8 | delta: [ubyte]; | 8 | delta: [ubyte]; //Contains an entity buffer with all changed properties set |
9 | } | 9 | } |
10 | 10 | ||
11 | root_type ModifyEntity; | 11 | root_type ModifyEntity; |