diff options
Diffstat (limited to 'common/domain/event.fbs')
-rw-r--r-- | common/domain/event.fbs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/domain/event.fbs b/common/domain/event.fbs index 6865cc5..49ff270 100644 --- a/common/domain/event.fbs +++ b/common/domain/event.fbs | |||
@@ -1,6 +1,7 @@ | |||
1 | namespace Akonadi2.Domain.Buffer; | 1 | namespace Akonadi2.Domain.Buffer; |
2 | 2 | ||
3 | table Event { | 3 | table Event { |
4 | uid:string; | ||
4 | summary:string; | 5 | summary:string; |
5 | description:string; | 6 | description:string; |
6 | attachment:[ubyte]; | 7 | attachment:[ubyte]; |