diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2015-07-14 01:54:17 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2015-07-14 01:54:17 +0200 |
commit | 64f4244f5b5a2e830a240b6962c6708bd12a6d35 (patch) | |
tree | df02e39d5438d5ef54dae05a89564dbdbd5a31d5 /common/commands | |
parent | cd2bc8a5d124faf46a9944e6d04feb140b66e54e (diff) | |
download | sink-64f4244f5b5a2e830a240b6962c6708bd12a6d35.tar.gz sink-64f4244f5b5a2e830a240b6962c6708bd12a6d35.zip |
Modify/Delete commands
Diffstat (limited to 'common/commands')
-rw-r--r-- | common/commands/deleteentity.fbs | 3 | ||||
-rw-r--r-- | common/commands/modifyentity.fbs | 2 |
2 files changed, 3 insertions, 2 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; |
diff --git a/common/commands/modifyentity.fbs b/common/commands/modifyentity.fbs index d26051e..a59eb9b 100644 --- a/common/commands/modifyentity.fbs +++ b/common/commands/modifyentity.fbs | |||
@@ -1,4 +1,4 @@ | |||
1 | namespace Akonadi2; | 1 | namespace Akonadi2.Commands; |
2 | 2 | ||
3 | table ModifyEntity { | 3 | table ModifyEntity { |
4 | revision: ulong; | 4 | revision: ulong; |