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 {
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;
}
......
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