Skip to content

Commit

Permalink
add db_schema_whitelist
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrkwiecinski committed Jan 12, 2024
1 parent a4cc31a commit 457453b
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions etc/db_schema_whitelist.json
Original file line number Diff line number Diff line change
@@ -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
}
}
}

0 comments on commit 457453b

Please sign in to comment.