auto recomputation fields are now available

This commit is contained in:
Priec
2026-07-16 00:46:47 +02:00
parent 53c7576872
commit fac1ada024
10 changed files with 23 additions and 9 deletions

View File

@@ -130,6 +130,10 @@ message ColumnDefinition {
// MONEY rounding applied before a value is stored.
MoneyRounding rounding = 4;
// When true, the submitted script result is validated normally and the
// stored value is also refreshed when one of its dependencies later changes.
bool recompute_on_dependency_change = 5;
}
// Response after table creation (success + DDL preview).