service/src/main/java/org/apache/fineract/cn/provisioner/internal/repository/ApplicationEntity.java [31:38]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  static final String VENDOR_COLUMN = "vendor";
  static final String HOMEPAGE_COLUMN = "homepage";

  @PartitionKey
  @Column(name = NAME_COLUMN)
  private String name;
  @Column(name = DESCRIPTION_COLUMN)
  private String description;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



service/src/main/java/org/apache/fineract/cn/provisioner/internal/repository/ClientEntity.java [32:39]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  static final String VENDOR_COLUMN = "vendor";
  static final String HOMEPAGE_COLUMN = "homepage";

  @PartitionKey
  @Column(name = NAME_COLUMN)
  private String name;
  @Column(name = DESCRIPTION_COLUMN)
  private String description;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



