diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-07-03 14:02:27 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-07-03 14:02:27 +0200 |
commit | 55fe06979ceebe67553135b43aa47e70d931304b (patch) | |
tree | 16b10a744879cc1872d6c07624b59ae64469ddbf /common/domain/contact.fbs | |
parent | 56fae95f49a1ca8ca614bd9f89b0ea5f872765e9 (diff) | |
parent | 288946f1694c2abe1d2c5800c87339d1e8780e4b (diff) | |
download | sink-55fe06979ceebe67553135b43aa47e70d931304b.tar.gz sink-55fe06979ceebe67553135b43aa47e70d931304b.zip |
Merge branch 'develop'
Diffstat (limited to 'common/domain/contact.fbs')
-rw-r--r-- | common/domain/contact.fbs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/domain/contact.fbs b/common/domain/contact.fbs index d941d5a..e689756 100644 --- a/common/domain/contact.fbs +++ b/common/domain/contact.fbs | |||
@@ -13,6 +13,7 @@ table Contact { | |||
13 | addressbook:string; | 13 | addressbook:string; |
14 | emails: [ContactEmail]; | 14 | emails: [ContactEmail]; |
15 | vcard: string; | 15 | vcard: string; |
16 | photo: string; | ||
16 | } | 17 | } |
17 | 18 | ||
18 | root_type Contact; | 19 | root_type Contact; |