Skip to content

Commit b107fb2

Browse files
Add newer tables to drop
1 parent ec616ec commit b107fb2

File tree

1 file changed

+21
-3
lines changed

1 file changed

+21
-3
lines changed

scripts/ee.sql

Lines changed: 21 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,19 @@
88

99
SET FOREIGN_KEY_CHECKS = 0;
1010
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`,
1219
`magento_banner`,
1320
`magento_banner_catalogrule`,
1421
`magento_banner_content`,
1522
`magento_banner_customersegment`,
1623
`magento_banner_salesrule`,
17-
`magento_bulk`,
1824
`magento_catalogevent_event`,
1925
`magento_catalogevent_event_image`,
2026
`magento_catalogpermissions`,
@@ -54,7 +60,6 @@ DROP TABLE IF EXISTS
5460
`magento_invitation_track`,
5561
`magento_logging_event`,
5662
`magento_logging_event_changes`,
57-
`magento_operation`,
5863
`magento_reminder_rule`,
5964
`magento_reminder_rule_coupon`,
6065
`magento_reminder_rule_log`,
@@ -97,5 +102,18 @@ DROP TABLE IF EXISTS
97102
`magento_versionscms_hierarchy_metadata`,
98103
`magento_versionscms_hierarchy_node`,
99104
`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`,
100118
`visual_merchandiser_rule`;
101119
SET FOREIGN_KEY_CHECKS = 1;

0 commit comments

Comments
 (0)