From 1d85b3c794b1e9b7c91b9536f79d4b469a2ffcb0 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Tue, 10 Apr 2018 14:54:53 +0200 Subject: Use the Dummy instead of Event in the benchmark to restore the attachment. --- common/domain/dummy.fbs | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'common/domain') diff --git a/common/domain/dummy.fbs b/common/domain/dummy.fbs index 4b12827..8b8df4e 100644 --- a/common/domain/dummy.fbs +++ b/common/domain/dummy.fbs @@ -1,6 +1,10 @@ namespace Sink.ApplicationDomain.Buffer; table Dummy { + uid:string; + summary:string; + description:string; + attachment:[ubyte]; } root_type Dummy; -- cgit v1.2.3