forked from opengento/magento2-gdpr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdb_schema_whitelist.json
65 lines (65 loc) · 1.96 KB
/
db_schema_whitelist.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"opengento_gdpr_erase_entity": {
"column": {
"erase_id": true,
"entity_id": true,
"entity_type": true,
"scheduled_at": true,
"state": true,
"status": true,
"message": true,
"erased_at": true
},
"index": {
"OPENGENTO_GDPR_ERASE_ENTITY_ENTITY_ID": true,
"OPENGENTO_GDPR_ERASE_ENTITY_ENTITY_TYPE": true,
"OPENGENTO_GDPR_ERASE_ENTITY_ENTITY_TYPE_ENTITY_ID": true,
"OPENGENTO_GDPR_ERASE_ENTITY_SCHEDULED_AT_STATE_STATUS": true
},
"constraint": {
"PRIMARY": true,
"OPENGENTO_GDPR_ERASE_ENTITY_ENTITY_ID_ENTITY_TYPE": true
}
},
"opengento_gdpr_export_entity": {
"column": {
"export_id": true,
"entity_id": true,
"entity_type": true,
"file_name": true,
"file_path": true,
"created_at": true,
"exported_at": true,
"expired_at": true
},
"index": {
"OPENGENTO_GDPR_EXPORT_ENTITY_ENTITY_ID": true,
"OPENGENTO_GDPR_EXPORT_ENTITY_ENTITY_TYPE": true,
"OPENGENTO_GDPR_EXPORT_ENTITY_ENTITY_ID_ENTITY_TYPE": true,
"OPENGENTO_GDPR_EXPORT_ENTITY_EXPORTED_AT": true,
"OPENGENTO_GDPR_EXPORT_ENTITY_EXPIRED_AT": true
},
"constraint": {
"PRIMARY": true
}
},
"opengento_gdpr_action_entity": {
"column": {
"action_id": true,
"type": true,
"performed_from": true,
"performed_by": true,
"performed_at": true,
"state": true,
"message": true,
"parameters": true
},
"index": {
"OPENGENTO_GDPR_ACTION_ENTITY_TYPE": true,
"OPENGENTO_GDPR_ACTION_ENTITY_STATE": true
},
"constraint": {
"PRIMARY": true
}
}
}