weizhouapache commented on code in PR #9106:
URL: https://github.com/apache/cloudstack/pull/9106#discussion_r1619433817
##########
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:
> @weizhouapache I've removed `passphrase_id` from JoinVO
Thanks @shwstppr
--
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]