1
0
mirror of https://github.com/haiwen/seafile-server.git synced 2025-09-06 18:00:18 +00:00

Add "client_version" attribute to commit object.

This commit is contained in:
Jiaqiang Xu
2016-09-22 10:52:07 +08:00
parent 24158df163
commit 72ae505def
5 changed files with 10 additions and 0 deletions

View File

@@ -65,6 +65,7 @@ public class Commit : Object {
public string rev_renamed_old_path { get; set; }
public string device_name { get; set; }
public string client_version { get; set; }
}
} // namespace