diff options
Diffstat (limited to 'common/metadata.fbs')
-rw-r--r-- | common/metadata.fbs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/common/metadata.fbs b/common/metadata.fbs index 1455238..0a709fe 100644 --- a/common/metadata.fbs +++ b/common/metadata.fbs | |||
@@ -4,8 +4,7 @@ enum Operation : byte { Creation = 1, Modification, Removal } | |||
4 | 4 | ||
5 | table Metadata { | 5 | table Metadata { |
6 | revision: ulong; | 6 | revision: ulong; |
7 | processed: bool = true; | 7 | replayToSource: bool = true; |
8 | processingProgress: [string]; | ||
9 | operation: Operation = Modification; | 8 | operation: Operation = Modification; |
10 | } | 9 | } |
11 | 10 | ||