|
8 | 8 |
|
9 | 9 | SET FOREIGN_KEY_CHECKS = 0; |
10 | 10 | DROP TABLE IF EXISTS |
11 | | - `magento_acknowledged_bulk`, |
| 11 | + `amazon_customer`, |
| 12 | + `amazon_pending_authorization`, |
| 13 | + `amazon_pending_capture`, |
| 14 | + `amazon_pending_refund`, |
| 15 | + `amazon_quote`, |
| 16 | + `amazon_sales_order`, |
| 17 | + `catalogpermissions_category_cl`, |
| 18 | + `catalogpermissions_product_cl`, |
12 | 19 | `magento_banner`, |
13 | 20 | `magento_banner_catalogrule`, |
14 | 21 | `magento_banner_content`, |
15 | 22 | `magento_banner_customersegment`, |
16 | 23 | `magento_banner_salesrule`, |
17 | | - `magento_bulk`, |
18 | 24 | `magento_catalogevent_event`, |
19 | 25 | `magento_catalogevent_event_image`, |
20 | 26 | `magento_catalogpermissions`, |
@@ -54,7 +60,6 @@ DROP TABLE IF EXISTS |
54 | 60 | `magento_invitation_track`, |
55 | 61 | `magento_logging_event`, |
56 | 62 | `magento_logging_event_changes`, |
57 | | - `magento_operation`, |
58 | 63 | `magento_reminder_rule`, |
59 | 64 | `magento_reminder_rule_coupon`, |
60 | 65 | `magento_reminder_rule_log`, |
@@ -97,5 +102,18 @@ DROP TABLE IF EXISTS |
97 | 102 | `magento_versionscms_hierarchy_metadata`, |
98 | 103 | `magento_versionscms_hierarchy_node`, |
99 | 104 | `magento_versionscms_increment`, |
| 105 | + `sequence_catalog_category`, |
| 106 | + `sequence_product`, |
| 107 | + `sequence_catalogrule`, |
| 108 | + `sequence_cms_block`, |
| 109 | + `sequence_cms_page`, |
| 110 | + `sequence_product_bundle_option`, |
| 111 | + `sequence_product_bundle_selection`, |
| 112 | + `sequence_salesrule`, |
| 113 | + `staging_update`, |
| 114 | + `support_backup`, |
| 115 | + `support_backup_item`, |
| 116 | + `support_report`, |
| 117 | + `quote_preview`, |
100 | 118 | `visual_merchandiser_rule`; |
101 | 119 | SET FOREIGN_KEY_CHECKS = 1; |
0 commit comments