fixing pane in client for accounting + debug optimizations to run

This commit is contained in:
Priec
2026-08-14 07:45:36 +02:00
parent b2f141ccba
commit 85602159f4
10 changed files with 55 additions and 4 deletions

Binary file not shown.

View File

@@ -72,6 +72,9 @@ pub struct PostTableDataResponse {
/// Revision committed for the inserted row.
#[prost(int64, tag = "4")]
pub row_revision: i64,
/// Journal created or updated by automatic accounting, when applicable.
#[prost(int64, optional, tag = "5")]
pub journal_id: ::core::option::Option<i64>,
}
/// One row in a bulk insert request.
#[derive(Clone, PartialEq, ::prost::Message)]
@@ -181,6 +184,9 @@ pub struct PutTableDataResponse {
/// Revision committed for the updated row.
#[prost(int64, tag = "4")]
pub row_revision: i64,
/// Journal updated by automatic accounting, when applicable.
#[prost(int64, optional, tag = "5")]
pub journal_id: ::core::option::Option<i64>,
}
#[derive(Clone, PartialEq, Eq, Hash, ::prost::Message)]
pub struct TableUpdateImpactRequest {