Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@x86fantini
Forked from fbrnc/gist:7645313
Last active August 29, 2015 14:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save x86fantini/c16d66ce9aeb4d1482a9 to your computer and use it in GitHub Desktop.
Save x86fantini/c16d66ce9aeb4d1482a9 to your computer and use it in GitHub Desktop.
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;
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