deleted = true does enforce requireed fields2

This commit is contained in:
Priec
2026-09-03 10:05:36 +02:00
parent 0c5459ece1
commit 0d20546787
7 changed files with 8 additions and 47 deletions

View File

@@ -122,7 +122,7 @@ pub struct CommitTableDataImportRequest {
#[prost(string, tag = "1")]
pub import_id: ::prost::alloc::string::String,
}
#[derive(Clone, PartialEq, ::prost::Message)]
#[derive(Clone, Copy, PartialEq, Eq, Hash, ::prost::Message)]
pub struct CommitTableDataImportResponse {
#[prost(bool, tag = "1")]
pub success: bool,