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 71684b6..34a8df2 100644 --- a/common/metadata.fbs +++ b/common/metadata.fbs | |||
@@ -2,6 +2,7 @@ namespace Akonadi2; | |||
2 | 2 | ||
3 | table Metadata { | 3 | table Metadata { |
4 | revision: ulong; | 4 | revision: ulong; |
5 | processed: bool = true; | ||
5 | } | 6 | } |
6 | 7 | ||
7 | root_type Metadata; | 8 | root_type Metadata; |