Pearl1594 commented on a change in pull request #4329: URL: https://github.com/apache/cloudstack/pull/4329#discussion_r693986097
########## File path: engine/schema/src/main/java/org/apache/cloudstack/storage/datastore/db/ImageStoreVO.java ########## @@ -135,6 +135,10 @@ public Long getDataCenterId() { return this.dcId; } + public Long getDcId() { + return this.dcId; + } + Review comment: This was done because of this https://github.com/shapeblue/hackerbook/blob/main/hack/db.md#note- -- 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: commits-unsubscr...@cloudstack.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org