Skip to content

Instantly share code, notes, and snippets.

@timneutkens
Created January 10, 2017 09:07
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 timneutkens/2e0abea19805ed96ed3989aed6faf060 to your computer and use it in GitHub Desktop.
Save timneutkens/2e0abea19805ed96ed3989aed6faf060 to your computer and use it in GitHub Desktop.
Truncate media library Magento 2
SET FOREIGN_KEY_CHECKS = 0;
TRUNCATE catalog_product_entity_media_gallery;
SET FOREIGN_KEY_CHECKS = 1;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment