Skip to content

Commit

Permalink
Adding more email-related tables
Browse files Browse the repository at this point in the history
  • Loading branch information
bartoszkubicki committed Apr 5, 2022
1 parent d066e7e commit 2b99395
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/Model/Db/DbTables.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ class DbTables
'magento_customerbalance_history',
'magento_customersegment_customer',
'magento_giftcardaccount',
'magento_invitation',
'magento_invitation_status_history',
'magento_invitation_track',
'magento_logging_event',
'magento_logging_event_changes',
'magento_reward',
Expand All @@ -55,6 +58,10 @@ class DbTables
'magento_sales_invoice_grid_archive',
'magento_sales_order_grid_archive',
'magento_sales_shipment_grid_archive',
'newsletter_problem',
'newsletter_queue',
'newsletter_queue_link',
'newsletter_queue_store_link',
'newsletter_subscriber',
'paypal_billing_agreement',
'paypal_billing_agreement_order',
Expand Down

0 comments on commit 2b99395

Please sign in to comment.