Github user koushik-das commented on a diff in the pull request:

    https://github.com/apache/cloudstack/pull/1615#discussion_r73118447
  
    --- Diff: 
engine/schema/src/org/apache/cloudstack/storage/datastore/db/ImageStoreDetailVO.java
 ---
    @@ -23,61 +23,61 @@
     import javax.persistence.Id;
     import javax.persistence.Table;
     
    -import org.apache.cloudstack.api.InternalIdentity;
    +import org.apache.cloudstack.api.ResourceDetail;
     
     @Entity
     @Table(name = "image_store_details")
    -public class ImageStoreDetailVO implements InternalIdentity {
    +public class ImageStoreDetailVO implements ResourceDetail {
         @Id
         @GeneratedValue(strategy = GenerationType.IDENTITY)
         @Column(name = "id")
         long id;
     
         @Column(name = "store_id")
    -    long storeId;
    +    long resourceId;
     
         @Column(name = "name")
         String name;
     
         @Column(name = "value")
         String value;
     
    +    @Column(name = "display")
    --- End diff --
    
    What is the need for this field?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to