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