From f45301141b9985e4b94bc1992b9408fc1046f7d2 Mon Sep 17 00:00:00 2001 From: Mürsel Türk Date: Wed, 14 Oct 2020 16:07:11 +0200 Subject: Add new field to structs - A new field added to the LectureSummary and ImageSummaryRead structs. - The thrift definition file recompiled and the generated classes updated. Resolves: #3691 --- src/main/thrift/bwlp.thrift | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/main/thrift/bwlp.thrift') 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, -- cgit v1.2.3-55-g7522