diff options
Diffstat (limited to 'common/commands/synchronize.fbs')
-rw-r--r-- | common/commands/synchronize.fbs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/common/commands/synchronize.fbs b/common/commands/synchronize.fbs index 62f4b2b..7b32305 100644 --- a/common/commands/synchronize.fbs +++ b/common/commands/synchronize.fbs | |||
@@ -1,8 +1,6 @@ | |||
1 | namespace Sink.Commands; | 1 | namespace Sink.Commands; |
2 | 2 | ||
3 | table Synchronize { | 3 | table Synchronize { |
4 | sourceSync: bool; //Synchronize with source | ||
5 | localSync: bool; //Ensure all queues are processed so the local state is up-to date. | ||
6 | query: string; | 4 | query: string; |
7 | } | 5 | } |
8 | 6 | ||