diff options
Diffstat (limited to 'common/metadata.fbs')
-rw-r--r-- | common/metadata.fbs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/metadata.fbs b/common/metadata.fbs index 34a8df2..bb1163d 100644 --- a/common/metadata.fbs +++ b/common/metadata.fbs | |||
@@ -3,6 +3,7 @@ namespace Akonadi2; | |||
3 | table Metadata { | 3 | table Metadata { |
4 | revision: ulong; | 4 | revision: ulong; |
5 | processed: bool = true; | 5 | processed: bool = true; |
6 | processingProgress: [string]; | ||
6 | } | 7 | } |
7 | 8 | ||
8 | root_type Metadata; | 9 | root_type Metadata; |