Skip to content

Instantly share code, notes, and snippets.

@SimonJThompson
Created July 21, 2015 08:17
Show Gist options
  • Save SimonJThompson/a305ad2eae5ff1da9cd3 to your computer and use it in GitHub Desktop.
Save SimonJThompson/a305ad2eae5ff1da9cd3 to your computer and use it in GitHub Desktop.
Magento SQL Snippets
SET FOREIGN_KEY_CHECKS = 0;
TRUNCATE TABLE review;
TRUNCATE TABLE review_detail;
TRUNCATE TABLE review_store;
TRUNCATE TABLE review_entity_summary;
SET FOREIGN_KEY_CHECKS = 1;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment