File tree Expand file tree Collapse file tree
module-elasticsuite-core/etc
module-elasticsuite-tracker/etc Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ {
2+ "smile_elasticsuite_index_bulk_error" : {
3+ "column" : {
4+ "entity_id" : true ,
5+ "store_code" : true ,
6+ "error_type" : true ,
7+ "index_identifier" : true ,
8+ "operation" : true ,
9+ "reason_simple" : true ,
10+ "reason" : true ,
11+ "sample_ids" : true ,
12+ "count" : true ,
13+ "created_at" : true ,
14+ "updated_at" : true
15+ },
16+ "index" : {
17+ "SMILE_ELASTICSUITE_INDEX_BULK_ERROR_STORE_CODE" : true ,
18+ "SMILE_ELASTICSUITE_INDEX_BULK_ERROR_INDEX_IDENTIFIER" : true ,
19+ "SMILE_ELASTICSUITE_INDEX_BULK_ERROR_ERROR_TYPE" : true ,
20+ "SMILE_ELASTICSUITE_INDEX_BULK_ERROR_REASON" : true ,
21+ "SMILE_ELASTICSUITE_INDEX_BULK_ERROR_SAMPLE_IDS" : true ,
22+ "SMILE_ELASTICSUITE_INDEX_BULK_ERROR_COUNT" : true ,
23+ "SMILE_ELASTICSUITE_INDEX_BULK_ERROR_CREATED_AT" : true ,
24+ "SMILE_ELASTICSUITE_INDEX_BULK_ERROR_UPDATED_AT" : true
25+ },
26+ "constraint" : {
27+ "PRIMARY" : true ,
28+ "UNQ_CBE440F95B68A558E4E96F64EDDA8FB4" : true
29+ }
30+ }
31+ }
Original file line number Diff line number Diff line change 1+ {
2+ "elasticsuite_tracker_log_event" : {
3+ "column" : {
4+ "event_id" : true ,
5+ "created_at" : true ,
6+ "data" : true ,
7+ "is_invalid" : true
8+ },
9+ "index" : {
10+ "ELASTICSUITE_TRACKER_LOG_EVENT_IS_INVALID" : true ,
11+ "ELASTICSUITE_TRACKER_LOG_EVENT_CREATED_AT" : true
12+ },
13+ "constraint" : {
14+ "PRIMARY" : true
15+ }
16+ },
17+ "elasticsuite_tracker_log_customer_link" : {
18+ "column" : {
19+ "customer_id" : true ,
20+ "session_id" : true ,
21+ "visitor_id" : true ,
22+ "delete_after" : true
23+ },
24+ "constraint" : {
25+ "PRIMARY" : true ,
26+ "ELASTICSUITE_TRACKER_LOG_CSTR_LNK_CSTR_ID_CSTR_ENTT_ENTT_ID" : true
27+ }
28+ },
29+ "smile_elasticsuite_notification_log" : {
30+ "column" : {
31+ "id" : true ,
32+ "notification_code" : true
33+ },
34+ "constraint" : {
35+ "PRIMARY" : true ,
36+ "SMILE_ELASTICSUITE_NOTIFICATION_LOG_NOTIFICATION_CODE" : true
37+ }
38+ }
39+ }
You can’t perform that action at this time.
0 commit comments