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

@@ -378,7 +378,7 @@ impl GrpcClient {
table_name,
data_key,
validation: Some(validation),
update_mask: None,
update_mask: Some(prost_types::FieldMask { paths: ["limits", "pattern", "allowed_values", "external_validation_enabled", "mask", "required", "locked"].into_iter().map(String::from).collect() }),
};
let request = self.authenticated_request(req)?;
let resp = self