diff options
Diffstat (limited to 'common/commands/deleteentity.fbs')
-rw-r--r-- | common/commands/deleteentity.fbs | 3 |
1 files changed, 2 insertions, 1 deletions
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 @@ | |||
1 | namespace Akonadi2; | 1 | namespace Akonadi2.Commands; |
2 | 2 | ||
3 | table DeleteEntity { | 3 | table DeleteEntity { |
4 | revision: ulong; | 4 | revision: ulong; |
5 | entityId: string; | 5 | entityId: string; |
6 | domainType: string; | ||
6 | } | 7 | } |
7 | 8 | ||
8 | root_type DeleteEntity; | 9 | root_type DeleteEntity; |