Created
November 15, 2016 10:41
-
-
Save blessani/eb15ee935df5646ec46e9d613bde284b to your computer and use it in GitHub Desktop.
Reset Magento EE Changelogs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
TRUNCATE catalog_product_flat_cl; | |
TRUNCATE catalog_category_product_index_cl; | |
TRUNCATE catalog_category_product_cat_cl; | |
TRUNCATE catalog_category_flat_cl; | |
TRUNCATE catalogsearch_fulltext_cl; | |
TRUNCATE cataloginventory_stock_status_cl; | |
TRUNCATE catalog_product_flat_cl; | |
TRUNCATE catalog_product_index_price_cl; | |
TRUNCATE enterprise_url_rewrite_category_cl; | |
TRUNCATE enterprise_url_rewrite_product_cl; | |
TRUNCATE enterprise_url_rewrite_redirect_cl; | |
UPDATE enterprise_mview_metadata SET version_id = 0, status = 2; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment