preview pane in client
This commit is contained in:
2
client
2
client
Submodule client updated: 75221c3adb...7027c47443
@@ -386,6 +386,10 @@ message GetTableDataResponse {
|
|||||||
|
|
||||||
// The generation returned by this response. Zero is never returned.
|
// The generation returned by this response. Zero is never returned.
|
||||||
int64 row_version = 5;
|
int64 row_version = 5;
|
||||||
|
|
||||||
|
// Active journal containing this row's automatic accounting line, when the
|
||||||
|
// table is ACCOUNTING-enabled and the row has been posted.
|
||||||
|
optional int64 journal_id = 6;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Count non-deleted rows.
|
// Count non-deleted rows.
|
||||||
|
|||||||
Binary file not shown.
@@ -350,6 +350,10 @@ pub struct GetTableDataResponse {
|
|||||||
/// The generation returned by this response. Zero is never returned.
|
/// The generation returned by this response. Zero is never returned.
|
||||||
#[prost(int64, tag = "5")]
|
#[prost(int64, tag = "5")]
|
||||||
pub row_version: i64,
|
pub row_version: i64,
|
||||||
|
/// Active journal containing this row's automatic accounting line, when the
|
||||||
|
/// table is ACCOUNTING-enabled and the row has been posted.
|
||||||
|
#[prost(int64, optional, tag = "6")]
|
||||||
|
pub journal_id: ::core::option::Option<i64>,
|
||||||
}
|
}
|
||||||
/// Count non-deleted rows.
|
/// Count non-deleted rows.
|
||||||
#[derive(Clone, PartialEq, Eq, Hash, ::prost::Message)]
|
#[derive(Clone, PartialEq, Eq, Hash, ::prost::Message)]
|
||||||
|
|||||||
2
server
2
server
Submodule server updated: f57088e548...e17f92785a
Reference in New Issue
Block a user