removed legacy
This commit is contained in:
@@ -60,7 +60,7 @@ pub struct PostTableDataResponse {
|
||||
#[prost(int64, tag = "3")]
|
||||
pub inserted_id: i64,
|
||||
/// Revision committed for the inserted row.
|
||||
#[prost(int64, tag = "5")]
|
||||
#[prost(int64, tag = "4")]
|
||||
pub row_revision: i64,
|
||||
}
|
||||
/// One row in a bulk insert request.
|
||||
@@ -144,7 +144,7 @@ pub struct PutTableDataResponse {
|
||||
#[prost(int64, tag = "3")]
|
||||
pub updated_id: i64,
|
||||
/// Revision committed for the updated row.
|
||||
#[prost(int64, tag = "5")]
|
||||
#[prost(int64, tag = "4")]
|
||||
pub row_revision: i64,
|
||||
}
|
||||
/// Soft-delete a single row.
|
||||
|
||||
Reference in New Issue
Block a user