auto recomputation fields are now available
This commit is contained in:
@@ -51,10 +51,6 @@ pub struct PostTableScriptRequest {
|
||||
/// Optional. Free-text description stored alongside the script (no functional effect).
|
||||
#[prost(string, tag = "4")]
|
||||
pub description: ::prost::alloc::string::String,
|
||||
/// When true, changing any referenced field recomputes the target column.
|
||||
/// When false, the script only validates direct writes to its own table.
|
||||
#[prost(bool, tag = "5")]
|
||||
pub recompute_on_dependency_change: bool,
|
||||
}
|
||||
/// Response after creating or updating a script.
|
||||
#[derive(serde::Serialize, serde::Deserialize)]
|
||||
|
||||
Reference in New Issue
Block a user