summaryrefslogtreecommitdiffstats
path: root/src/main/thrift
diff options
context:
space:
mode:
authorBjörn Hagemeister2014-10-09 15:53:45 +0200
committerBjörn Hagemeister2014-10-09 15:53:45 +0200
commit27997ad1daea6682dbb0a01e083fc428641616e0 (patch)
treed71a549dee7a179de0c559a3f2d6f4d1d1213315 /src/main/thrift
parentCrcFile: Add delete() method (diff)
downloadmaster-sync-shared-27997ad1daea6682dbb0a01e083fc428641616e0.tar.gz
master-sync-shared-27997ad1daea6682dbb0a01e083fc428641616e0.tar.xz
master-sync-shared-27997ad1daea6682dbb0a01e083fc428641616e0.zip
Adapted type of contentOperatingSystem to type in db.
Diffstat (limited to 'src/main/thrift')
-rw-r--r--src/main/thrift/imagemaster.thrift2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/thrift/imagemaster.thrift b/src/main/thrift/imagemaster.thrift
index 1a28c43..66c9023 100644
--- a/src/main/thrift/imagemaster.thrift
+++ b/src/main/thrift/imagemaster.thrift
@@ -108,7 +108,7 @@ struct ImageData {
4: UnixTimestamp createTime,
5: UnixTimestamp updateTime,
6: string ownerLogin,
- 7: string operatingSystem,
+ 7: i32 operatingSystem,
8: bool isValid,
9: bool isDeleted,
// 10: deleted, do not reuse!