diff --git a/proto/spaces/spaces.proto b/proto/spaces/spaces.proto index 9dc642663f61b6d00a6615397309f64f14466ac4..8c7a9ec7321c79761a99e1430047eb9b61c69641 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; }