Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • perxis/perxis-proto
1 result
Show changes
Commits on Source (1)
......@@ -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;
}
......