fixing pane in client for accounting + debug optimizations to run
This commit is contained in:
@@ -165,6 +165,9 @@ message PostTableDataResponse {
|
||||
|
||||
// Revision committed for the inserted row.
|
||||
int64 row_revision = 4;
|
||||
|
||||
// Journal created or updated by automatic accounting, when applicable.
|
||||
optional int64 journal_id = 5;
|
||||
}
|
||||
|
||||
// One row in a bulk insert request.
|
||||
@@ -251,6 +254,9 @@ message PutTableDataResponse {
|
||||
|
||||
// Revision committed for the updated row.
|
||||
int64 row_revision = 4;
|
||||
|
||||
// Journal updated by automatic accounting, when applicable.
|
||||
optional int64 journal_id = 5;
|
||||
}
|
||||
|
||||
message TableUpdateImpactRequest {
|
||||
|
||||
Reference in New Issue
Block a user