From 5c08ecda71cdbfd8951f9aab657cd2e2697ad0b3 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Fri, 3 Jun 2016 15:50:06 +0200 Subject: Track modified properties to detect necessary replay changes --- common/metadata.fbs | 1 + 1 file changed, 1 insertion(+) (limited to 'common/metadata.fbs') 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 { revision: ulong; replayToSource: bool = true; operation: Operation = Modification; + modifiedProperties: [string]; } root_type Metadata; -- cgit v1.2.3