removed legacy

This commit is contained in:
Priec
2026-07-29 22:00:19 +02:00
parent 4086f1c8e0
commit db827490ff
10 changed files with 16 additions and 32 deletions

View File

@@ -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.