JoaoJandre commented on code in PR #9106:
URL: https://github.com/apache/cloudstack/pull/9106#discussion_r1619390969


##########
server/src/main/java/com/cloud/api/query/vo/VolumeJoinVO.java:
##########
@@ -275,6 +275,12 @@ public class VolumeJoinVO extends 
BaseViewWithTagInformationVO implements Contro
     @Column(name = "external_uuid")
     private String externalUuid = null;
 
+    @Column(name = "passphrase_id")
+    private Long passphraseId;

Review Comment:
   If it's not being used there is no reason to add it. If future PRs need they 
can be added then.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to