From 3a95d570811f909573aedc7b4d39bee2b06755b9 Mon Sep 17 00:00:00 2001 From: ko_oler <kooler89@gmail.com> Date: Wed, 13 Dec 2023 16:47:50 +0300 Subject: [PATCH] =?UTF-8?q?-=20=D0=BF=D0=B5=D1=80=D0=B5=D0=B8=D0=BC=D0=B5?= =?UTF-8?q?=D0=BD=D0=BE=D0=B2=D0=B0=D0=BD=D0=B0=20=D0=BF=D0=B5=D1=80=D0=B5?= =?UTF-8?q?=D0=BC=D0=B5=D0=BD=D0=BD=D0=B0=D1=8F=20version=20=D0=BD=D0=B0?= =?UTF-8?q?=20DBVersion=20-=20=D0=B4=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=20Deprecated=20=D0=BA=20Config?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- proto/spaces/spaces.proto | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/proto/spaces/spaces.proto b/proto/spaces/spaces.proto index 9dc6426..8c7a9ec 100644 --- a/proto/spaces/spaces.proto +++ b/proto/spaces/spaces.proto @@ -33,10 +33,11 @@ enum State { message StateInfo { State state = 1; string info = 2; - int32 version = 3; + int32 DBVersion = 3; google.protobuf.Timestamp started_at = 4; } +// Deprecated message Config { repeated string features = 1; } -- GitLab