removing legacy

This commit is contained in:
Priec
2026-09-15 00:13:30 +02:00
parent 03b50e8f81
commit c7e303c2d6
16 changed files with 13 additions and 38 deletions

View File

@@ -96,8 +96,7 @@ pub struct StageTableDataImportRequest {
pub table_name: ::prost::alloc::string::String,
#[prost(message, repeated, tag = "3")]
pub rows: ::prost::alloc::vec::Vec<TableDataImportRow>,
/// Import-contract revision returned by GetTableImportDescriptor. A zero
/// value is accepted for older clients and snapshots the current revision.
/// Required positive import-contract revision returned by GetTableImportDescriptor.
#[prost(int64, tag = "4")]
pub expected_table_revision: i64,
}