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 f2f336d..421d13b 100644 --- a/common/metadata.fbs +++ b/common/metadata.fbs | |||
@@ -6,6 +6,7 @@ table Metadata { | |||
6 | revision: ulong; | 6 | revision: ulong; |
7 | replayToSource: bool = true; | 7 | replayToSource: bool = true; |
8 | operation: Operation = Modification; | 8 | operation: Operation = Modification; |
9 | modifiedProperties: [string]; | ||
9 | } | 10 | } |
10 | 11 | ||
11 | root_type Metadata; | 12 | root_type Metadata; |