Commit 65908b001c987df9f9bea616c49961806a98e21f

Authored by viktorbasanets
1 parent 4fa083c7

Was modified an entity view constant

... ... @@ -147,7 +147,7 @@ public class ModelConstants {
147 147 /**
148 148 * Cassandra entityView constants.
149 149 */
150   - public static final String ENTITY_VIEW_TABLE_FAMILY_NAME = "entity_view";
  150 + public static final String ENTITY_VIEW_TABLE_FAMILY_NAME = "entity_views";
151 151 public static final String ENTITY_VIEW_ENTITY_ID_PROPERTY = ENTITY_ID_COLUMN;
152 152 public static final String ENTITY_VIEW_TENANT_ID_PROPERTY = TENANT_ID_PROPERTY;
153 153 public static final String ENTITY_VIEW_CUSTOMER_ID_PROPERTY = CUSTOMER_ID_PROPERTY;
... ...