Skip to content
Snippets Groups Projects
Commit 3a95d570 authored by ko_oler's avatar ko_oler
Browse files

- переименована переменная version на DBVersion

- добавлен Deprecated к Config
parent 34ddfeac
No related branches found
No related tags found
1 merge request!27Добавлен в Spaces поле-объект StateInfo
...@@ -33,10 +33,11 @@ enum State { ...@@ -33,10 +33,11 @@ enum State {
message StateInfo { message StateInfo {
State state = 1; State state = 1;
string info = 2; string info = 2;
int32 version = 3; int32 DBVersion = 3;
google.protobuf.Timestamp started_at = 4; google.protobuf.Timestamp started_at = 4;
} }
// Deprecated
message Config { message Config {
repeated string features = 1; repeated string features = 1;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment