summaryrefslogtreecommitdiffstats
path: root/common/domain/folder.fbs
diff options
context:
space:
mode:
Diffstat (limited to 'common/domain/folder.fbs')
-rw-r--r--common/domain/folder.fbs1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/domain/folder.fbs b/common/domain/folder.fbs
index b5d01ef..5d0ebfa 100644
--- a/common/domain/folder.fbs
+++ b/common/domain/folder.fbs
@@ -4,6 +4,7 @@ table Folder {
4 name:string; 4 name:string;
5 parent:string; 5 parent:string;
6 icon:string; 6 icon:string;
7 specialpurpose:[string];
7} 8}
8 9
9root_type Folder; 10root_type Folder;