From 2b3f6d9ce13ab64f808311546b3735e2ba741431 Mon Sep 17 00:00:00 2001 From: Jelle Siderius Date: Wed, 29 Sep 2021 09:48:34 +0200 Subject: [PATCH] Added more tables to strip --- config/static-settings.json | 2 +- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config/static-settings.json b/config/static-settings.json index b702779..73ab653 100644 --- a/config/static-settings.json +++ b/config/static-settings.json @@ -1,6 +1,6 @@ { "settings": { - "databaseStripDevelopment": "@development @aggregated @customers @log @quotes @sales @sessions @temp mst_core_urlrewrite quote quotation_* adminnotification_inbox po_* mirasvit_search_score_rule_product_cl mst_search_score_rule_index *_log *emaillog* *file_stat bss_inventoryreport email_order mailchimp_* mst_cache_warmer_* mst_email_queue mst_rewards_purchase mst_rewards_transaction tig_postnl_shipment* mst_email_event_trigger mst_email_queue mst_email_unsubscription mst_emailreport_* vat_validation tig_postnl_order swissup_reviewreminder_entity email_wishlist fooman_totals_* hsm_event_event hsm_message_queue ub_migrate_* cron_schedule aw_pq_* mageplaza_smtp_log mst_indexer_history mst_event_event webforms_results xtento_customsmtp_emaillog xtento_orderexport_log xtento_orderexport_profile_history fooman_custom_order_numbers amasty_fpc_* iz_product_* old_* os_lowstock_* amasty_amgiftcard_account amasty_groupcat_rule_customer hsm_email_unsubscription password_reset_request_event amasty_xsearch_* aw_giftcard_history aw_giftcard_history_entity aw_giftcard_order aw_giftcard_quote aw_giftcard_statistics aw_rma_* temp_order_* mst_misspell_index mst_message_* queue_* mst_search_score_rule_index amasty_mostviewed_product_index amasty_file_report amasty_file_stat_old po_crawler_process po_crawler_popularity", + "databaseStripDevelopment": "@development @aggregated @customers @log @quotes @sales @sessions @temp mst_core_urlrewrite quote quotation_* adminnotification_inbox po_* mirasvit_search_score_rule_product_cl mst_search_score_rule_index *_log *emaillog* *file_stat bss_inventoryreport email_order mailchimp_* mst_cache_warmer_* mst_email_queue mst_rewards_purchase mst_rewards_transaction tig_postnl_shipment* mst_email_event_trigger mst_email_queue mst_email_unsubscription mst_emailreport_* vat_validation tig_postnl_order swissup_reviewreminder_entity email_wishlist fooman_totals_* hsm_event_event hsm_message_queue ub_migrate_* cron_schedule aw_pq_* mageplaza_smtp_log mst_indexer_history mst_event_event webforms_results xtento_customsmtp_emaillog xtento_orderexport_log xtento_orderexport_profile_history fooman_custom_order_numbers amasty_fpc_* iz_product_* old_* os_lowstock_* amasty_amgiftcard_account amasty_groupcat_rule_customer hsm_email_unsubscription password_reset_request_event amasty_xsearch_* aw_giftcard_history aw_giftcard_history_entity aw_giftcard_order aw_giftcard_quote aw_giftcard_statistics aw_rma_* temp_order_* mst_misspell_index mst_message_* queue_* mst_search_score_rule_index amasty_mostviewed_product_index amasty_file_report amasty_file_stat_old po_crawler_process po_crawler_popularity amasty_audit_* amasty_giftcard_code amasty_sorting_*", "databaseStripKeepCustomerData": "@customers @dotmailer @quotes quote quote_* @ee_changelog @idx @log @quotes @search @sessions @stripped *_log *emaillog* *file_stat bss_inventoryreport email_order mailchimp_* mst_cache_warmer_* mst_email_queue mst_rewards_purchase mst_rewards_transaction tig_postnl_shipment* mst_email_event_trigger mst_email_queue mst_email_unsubscription mst_emailreport_* vat_validation tig_postnl_order swissup_reviewreminder_entity email_wishlist fooman_totals_* hsm_event_event hsm_message_queue ub_migrate_* cron_schedule aw_pq_* mageplaza_smtp_log mst_indexer_history mst_event_event webforms_results xtento_customsmtp_emaillog xtento_orderexport_log xtento_orderexport_profile_history fooman_custom_order_numbers amasty_fpc_* iz_product_* old_* os_lowstock_* amasty_amgiftcard_account amasty_groupcat_rule_customer hsm_email_unsubscription password_reset_request_event amasty_xsearch_* aw_giftcard aw_giftcard_* aw_rma_*" } } \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 2559702..6af76e2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "mage-db-sync", - "version": "0.4.6", + "version": "0.4.7", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 8d7578d..e1e2096 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mage-db-sync", - "version": "0.4.6", + "version": "0.4.7", "description": "Database synchronizer for Magento, based on Magerun", "author": { "name": "Jelle Siderius"