Created
August 6, 2015 07:46
-
-
Save davefarthing/1261d6dcbde3dd475be4 to your computer and use it in GitHub Desktop.
Magento EE - Index Changelog reset
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_category_flat_cl`; | |
| truncate `catalog_category_product_cat_cl`; | |
| truncate `catalog_category_product_index_cl`; | |
| truncate `catalog_product_flat_cl`; | |
| truncate `catalog_product_index_price_cl`; | |
| truncate `cataloginventory_stock_status_cl`; | |
| truncate `catalogsearch_fulltext_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; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment