shwstppr commented on code in PR #9106:
URL: https://github.com/apache/cloudstack/pull/9106#discussion_r1615686468
##########
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:
yes @weizhouapache `passphrase_id` is not been used in this PR. I've added
in the volume_view and VO for any future use as adding new column in view would
need another DB change. These changes can be removed if needed
--
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]