summaryrefslogtreecommitdiffstats
path: root/common/commands/deleteentity.fbs
diff options
context:
space:
mode:
Diffstat (limited to 'common/commands/deleteentity.fbs')
-rw-r--r--common/commands/deleteentity.fbs1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/commands/deleteentity.fbs b/common/commands/deleteentity.fbs
index 4f32b54..9f865be 100644
--- a/common/commands/deleteentity.fbs
+++ b/common/commands/deleteentity.fbs
@@ -4,6 +4,7 @@ table DeleteEntity {
4 revision: ulong; 4 revision: ulong;
5 entityId: string; 5 entityId: string;
6 domainType: string; 6 domainType: string;
7 replayToSource: bool = true;
7} 8}
8 9
9root_type DeleteEntity; 10root_type DeleteEntity;