From 0b7ed30cbfd1f543cbc3d80fb83ccf183dcb8df7 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Tue, 4 Aug 2015 15:10:04 +0200 Subject: Adapt to simplified DB scheme of sat server --- src/main/thrift/bwlp.thrift | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/main/thrift') diff --git a/src/main/thrift/bwlp.thrift b/src/main/thrift/bwlp.thrift index 1968a3e..e65d62b 100644 --- a/src/main/thrift/bwlp.thrift +++ b/src/main/thrift/bwlp.thrift @@ -154,13 +154,11 @@ struct ImageBaseWrite { } struct ImageVersionWrite { - 1: bool isEnabled, 2: bool isRestricted, } struct ImageSummaryRead { 1: UUID imageBaseId, - 2: UUID currentVersionId, 3: UUID latestVersionId, 4: string imageName, 5: i32 osId, @@ -186,7 +184,6 @@ struct ImageVersionDetails { 3: UnixTimestamp expireTime, 4: i64 fileSize, 5: UUID uploaderId, - 6: bool isEnabled, 7: bool isRestricted, 8: bool isValid, 9: bool isProcessed, @@ -195,7 +192,6 @@ struct ImageVersionDetails { struct ImageDetailsRead { 1: UUID imageBaseId, - 2: UUID currentVersionId, 17: UUID latestVersionId, 3: list versions, 4: string imageName, -- cgit v1.2.3-55-g7522