summaryrefslogtreecommitdiffstats
path: root/common/commands/createentity.fbs
diff options
context:
space:
mode:
Diffstat (limited to 'common/commands/createentity.fbs')
-rw-r--r--common/commands/createentity.fbs1
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 @@
1namespace Akonadi2.Commands; 1namespace Akonadi2.Commands;
2 2
3table CreateEntity { 3table CreateEntity {
4 entityId: string;
4 domainType: string; 5 domainType: string;
5 delta: [ubyte]; 6 delta: [ubyte];
6} 7}