Created
July 21, 2015 08:17
-
-
Save SimonJThompson/a305ad2eae5ff1da9cd3 to your computer and use it in GitHub Desktop.
Magento SQL Snippets
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
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