Skip to content

Commit e31ae7b

Browse files
authored
Inline flow setting definition and change field name
1 parent 54fa097 commit e31ae7b

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

proto/shared/shared.flow.proto

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,9 @@ message Flow {
2020
}
2121

2222
message FlowSetting {
23-
FlowSettingDefinition definition = 1;
24-
shared.Struct object = 2;
25-
}
26-
27-
message FlowSettingDefinition {
28-
string id = 1;
29-
string key = 2;
23+
int64 database_id = 1;
24+
string flow_setting_id = 2;
25+
shared.Struct object = 3;
3026
}
3127

3228
message NodeFunction {

0 commit comments

Comments
 (0)