Skip to content

Commit 1db11c8

Browse files
committed
Add new table to whitelist
1 parent cb79c6e commit 1db11c8

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

SalesOrdersDataExporter/etc/db_schema_whitelist.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,19 @@
1212
"feed_data": true,
1313
"modified_at": true
1414
}
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+
}
1529
}
1630
}

0 commit comments

Comments
 (0)