steel scripts

This commit is contained in:
filipriec
2025-03-07 10:45:35 +01:00
parent 0e0578d158
commit b01eeddfe0
11 changed files with 102 additions and 233 deletions

View File

@@ -4,11 +4,11 @@ package multieko2.table_script;
message PostTableScriptRequest {
int64 table_definition_id = 1;
string target_column = 2;
string rhai_script = 3;
string script = 3;
string description = 4;
}
message TableScriptResponse {
int64 id = 1;
string created_at = 2;
string warnings = 3;
string warnings = 2;
}