diff --git a/etc/db_schema_whitelist.json b/etc/db_schema_whitelist.json new file mode 100644 index 000000000..ccf777d7f --- /dev/null +++ b/etc/db_schema_whitelist.json @@ -0,0 +1,19 @@ +{ + "nosto_tagging_customer": { + "column": { + "id": true, + "customer_id": true, + "quote_id": true, + "nosto_id": true, + "created_at": true, + "updated_at": true, + "restore_cart_hash": true + }, + "index": { + "NOSTO_TAGGING_CUSTOMER_QUOTE_ID": true + }, + "constraint": { + "PRIMARY": true + } + } +} \ No newline at end of file