From 9b744da32e64d8a6cd342faba8fc3232884d60f2 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Sat, 24 Jan 2015 23:38:12 +0100 Subject: Uid index + query using that index. ...and a couple of other fixes. --- common/commands/modifyentity.fbs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'common/commands') 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; table ModifyEntity { revision: ulong; entityId: string; - deletions: [string]; + deletions: [string]; //A list of deleted properties domainType: string; - delta: [ubyte]; + delta: [ubyte]; //Contains an entity buffer with all changed properties set } root_type ModifyEntity; -- cgit v1.2.3