From 457453bc7141707c3b97506d09ef7a95bf78cc4c Mon Sep 17 00:00:00 2001 From: Piotr Kwiecinski Date: Fri, 12 Jan 2024 17:46:12 +0100 Subject: [PATCH] add db_schema_whitelist --- etc/db_schema_whitelist.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 etc/db_schema_whitelist.json 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