Skip to content

Commit 2ce00f4

Browse files
authored
Merge pull request Smile-SA#3762 from rbayet/feat_add_missing_db_schema_whitelist_2_10_x
[Core] Add missing db_schema_whitelist.json for db_schema.xml managed tables (2.10.x)
2 parents 3c99cb2 + c3dbd04 commit 2ce00f4

2 files changed

Lines changed: 70 additions & 0 deletions

File tree

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
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+
}
Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
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+
}

0 commit comments

Comments
 (0)