From 3e57be95d6dc9ef3e6818e95f946ec7ee0b63dfd Mon Sep 17 00:00:00 2001 From: ko_oler <kooler89@gmail.com> Date: Wed, 13 Dec 2023 17:20:42 +0300 Subject: [PATCH] fix name --- proto/spaces/spaces.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proto/spaces/spaces.proto b/proto/spaces/spaces.proto index 20767fc..c923469 100644 --- a/proto/spaces/spaces.proto +++ b/proto/spaces/spaces.proto @@ -33,7 +33,7 @@ enum State { message StateInfo { State state = 1; string info = 2; - int32 DBVersion = 3; + int32 db_version = 3; google.protobuf.Timestamp started_at = 4; } -- GitLab