Last active
September 12, 2017 12:18
-
-
Save koobitor/d68a35c7b5d7a8db0028c1314e30bf6f to your computer and use it in GitHub Desktop.
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_entity_summary`; | |
| TRUNCATE TABLE `review_store`; | |
| SET FOREIGN_KEY_CHECKS = 1; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment