summaryrefslogtreecommitdiffstats
path: root/src/main/thrift/bwlp.thrift
diff options
context:
space:
mode:
authorStephan Schwär2020-11-11 01:37:38 +0100
committerStephan Schwär2020-11-11 01:37:38 +0100
commit1d51a067cc6c75bf67ea8893a5b3009b19d3119f (patch)
tree4c5fd8d8d4d39aaf88e17f48a583e7fad53ac783 /src/main/thrift/bwlp.thrift
parentUse master sync shared code formatting style (diff)
parentAdd new field to structs (diff)
downloadmaster-sync-shared-1d51a067cc6c75bf67ea8893a5b3009b19d3119f.tar.gz
master-sync-shared-1d51a067cc6c75bf67ea8893a5b3009b19d3119f.tar.xz
master-sync-shared-1d51a067cc6c75bf67ea8893a5b3009b19d3119f.zip
Merge remote-tracking branch 'origin/feature/search-in-description' into ovf-convert
Diffstat (limited to 'src/main/thrift/bwlp.thrift')
-rw-r--r--src/main/thrift/bwlp.thrift2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main/thrift/bwlp.thrift b/src/main/thrift/bwlp.thrift
index 94afcf1..3fc9c5a 100644
--- a/src/main/thrift/bwlp.thrift
+++ b/src/main/thrift/bwlp.thrift
@@ -177,6 +177,7 @@ struct ImageSummaryRead {
1: UUID imageBaseId,
3: UUID latestVersionId,
4: string imageName,
+ 23: string description,
5: i32 osId,
6: string virtId,
7: UnixTimestamp createTime,
@@ -317,6 +318,7 @@ struct LectureWrite {
struct LectureSummary {
1: UUID lectureId,
2: string lectureName,
+ 18: string description,
3: UUID imageVersionId,
4: UUID imageBaseId,
5: bool isEnabled,