summaryrefslogtreecommitdiffstats
path: root/common/domain/calendar.fbs
diff options
context:
space:
mode:
Diffstat (limited to 'common/domain/calendar.fbs')
-rw-r--r--common/domain/calendar.fbs1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/domain/calendar.fbs b/common/domain/calendar.fbs
index 9788539..375b9fb 100644
--- a/common/domain/calendar.fbs
+++ b/common/domain/calendar.fbs
@@ -2,6 +2,7 @@ namespace Sink.ApplicationDomain.Buffer;
2 2
3table Calendar { 3table Calendar {
4 name:string; 4 name:string;
5 color:string;
5} 6}
6 7
7root_type Calendar; 8root_type Calendar;