From 64f4244f5b5a2e830a240b6962c6708bd12a6d35 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Tue, 14 Jul 2015 01:54:17 +0200 Subject: Modify/Delete commands --- common/commands/deleteentity.fbs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'common/commands/deleteentity.fbs') diff --git a/common/commands/deleteentity.fbs b/common/commands/deleteentity.fbs index c9b7850..4f32b54 100644 --- a/common/commands/deleteentity.fbs +++ b/common/commands/deleteentity.fbs @@ -1,8 +1,9 @@ -namespace Akonadi2; +namespace Akonadi2.Commands; table DeleteEntity { revision: ulong; entityId: string; + domainType: string; } root_type DeleteEntity; -- cgit v1.2.3