Skip to content

Commit 5634530

Browse files
committed
reserve removed field numbers
1 parent 84125b1 commit 5634530

File tree

2 files changed

+48
-46
lines changed

2 files changed

+48
-46
lines changed

cylc/flow/data_messages.proto

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,7 @@ message PbJob {
164164
}
165165

166166
message PbTask {
167+
reserved 7;
167168
optional string stamp = 1;
168169
optional string id = 2;
169170
optional string name = 3;
@@ -245,6 +246,7 @@ message PbTaskProxy {
245246
}
246247

247248
message PbFamily {
249+
reserved 6;
248250
optional string stamp = 1;
249251
optional string id = 2;
250252
optional string name = 3;

0 commit comments

Comments
 (0)