We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb79c6e commit 1db11c8Copy full SHA for 1db11c8
1 file changed
SalesOrdersDataExporter/etc/db_schema_whitelist.json
@@ -12,5 +12,19 @@
12
"feed_data": true,
13
"modified_at": true
14
}
15
+ },
16
+ "sales_data_exporter_on_demand_orders_v2": {
17
+ "index": {
18
+ "SALES_DATA_EXPORTER_ON_DEMAND_ORDERS_V2_MODIFIED_AT": true
19
20
+ "constraint": {
21
+ "PRIMARY": true
22
23
+ "column": {
24
+ "id": true,
25
+ "mode": true,
26
+ "feed_data": true,
27
+ "modified_at": true
28
+ }
29
30
0 commit comments