diff options
Diffstat (limited to 'common/commands/createentity.fbs')
-rw-r--r-- | common/commands/createentity.fbs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/commands/createentity.fbs b/common/commands/createentity.fbs index 23eeff9..a5bc95c 100644 --- a/common/commands/createentity.fbs +++ b/common/commands/createentity.fbs | |||
@@ -1,6 +1,7 @@ | |||
1 | namespace Akonadi2.Commands; | 1 | namespace Akonadi2.Commands; |
2 | 2 | ||
3 | table CreateEntity { | 3 | table CreateEntity { |
4 | entityId: string; | ||
4 | domainType: string; | 5 | domainType: string; |
5 | delta: [ubyte]; | 6 | delta: [ubyte]; |
6 | } | 7 | } |