Apply compatible DB sync batches
This commit is contained in:
parent
f7f14f6b27
commit
43433dbf1d
8 changed files with 185 additions and 26 deletions
|
|
@ -1413,6 +1413,7 @@ fn print_response(response: ControlResponse, json: bool) -> Result<()> {
|
|||
endpoint_id,
|
||||
name,
|
||||
changes_received,
|
||||
changes_applied,
|
||||
max_db_version,
|
||||
schema_match,
|
||||
allowed,
|
||||
|
|
@ -1427,6 +1428,7 @@ fn print_response(response: ControlResponse, json: bool) -> Result<()> {
|
|||
println!("agent: {peer_agent_id}");
|
||||
println!("endpoint: {endpoint_id}");
|
||||
println!("changes_received: {changes_received}");
|
||||
println!("changes_applied: {changes_applied}");
|
||||
println!(
|
||||
"max_db_version: {}",
|
||||
max_db_version
|
||||
|
|
|
|||
Loading…
Reference in a new issue