From a5002c4373552f3dbbcee4cc23f106d72b50fe59 Mon Sep 17 00:00:00 2001 From: Oliver Sanders Date: Thu, 13 Jun 2024 15:29:52 +0100 Subject: [PATCH] add protobuf field --- cylc/flow/network/protobuf/cylc/v5/schema.proto | 1 + 1 file changed, 1 insertion(+) diff --git a/cylc/flow/network/protobuf/cylc/v5/schema.proto b/cylc/flow/network/protobuf/cylc/v5/schema.proto index b43bd1aaa27..a7a5c43d74c 100644 --- a/cylc/flow/network/protobuf/cylc/v5/schema.proto +++ b/cylc/flow/network/protobuf/cylc/v5/schema.proto @@ -62,6 +62,7 @@ message PbMeta { // buf:lint:ignore FIELD_LOWER_SNAKE_CASE optional string URL = 3; optional string user_defined = 4; + optional string new_field = 5; } message PbTimeZone {