diff options
Diffstat (limited to 'common/domain/calendar.fbs')
-rw-r--r-- | common/domain/calendar.fbs | 1 |
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 | ||
3 | table Calendar { | 3 | table Calendar { |
4 | name:string; | 4 | name:string; |
5 | color:string; | ||
5 | } | 6 | } |
6 | 7 | ||
7 | root_type Calendar; | 8 | root_type Calendar; |