Skip to content

Instantly share code, notes, and snippets.

@koobitor
Last active September 12, 2017 12:18
Show Gist options
  • Select an option

  • Save koobitor/d68a35c7b5d7a8db0028c1314e30bf6f to your computer and use it in GitHub Desktop.

Select an option

Save koobitor/d68a35c7b5d7a8db0028c1314e30bf6f to your computer and use it in GitHub Desktop.
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