From b738f46f95761072943610e050da314a6fda5fa9 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Tue, 3 May 2016 20:11:59 +0200 Subject: The folder specialpurpose field --- common/domain/folder.fbs | 1 + 1 file changed, 1 insertion(+) (limited to 'common/domain/folder.fbs') 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 { name:string; parent:string; icon:string; + specialpurpose:[string]; } root_type Folder; -- cgit v1.2.3