Skip to content
Snippets Groups Projects
Commit 901aa975 authored by ko_oler's avatar ko_oler
Browse files

изменено имя started_at на time

parent 3e57be95
No related branches found
No related tags found
1 merge request!27Добавлен в Spaces поле-объект StateInfo
...@@ -34,7 +34,7 @@ message StateInfo { ...@@ -34,7 +34,7 @@ message StateInfo {
State state = 1; State state = 1;
string info = 2; string info = 2;
int32 db_version = 3; int32 db_version = 3;
google.protobuf.Timestamp started_at = 4; google.protobuf.Timestamp time = 4;
} }
message Config { message Config {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment