removing recomputation

This commit is contained in:
Priec
2026-07-29 19:38:41 +02:00
parent a5992379db
commit 7da9b6fe1e
17 changed files with 13 additions and 66 deletions

View File

@@ -167,8 +167,7 @@ message StoredTableScript {
string description = 5;
// Complete allowlist of data inputs that may be exposed to this script.
repeated ScriptDependency dependencies = 6;
// Whether changes to dependency rows trigger authoritative server propagation.
bool recompute_on_dependency_change = 7;
reserved 7;
}
message ScriptDependency {