Skip to content

Commit df554d2

Browse files
committed
feat: replaced old ref coordinates with node_id
1 parent d8a5cb6 commit df554d2

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

proto/shared/shared.flow.proto

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,8 @@ message NodeParameter {
6262
}
6363

6464
message ReferenceValue {
65-
int32 depth = 1;
66-
repeated int32 scope = 2;
67-
int32 node = 3;
65+
// Database Identifier of node
66+
int64 node_id = 3;
6867
repeated ReferencePath paths = 4;
6968
}
7069

0 commit comments

Comments
 (0)