Skip to content

Instantly share code, notes, and snippets.

@digitalgeneralist
Created July 11, 2018 10:10
Show Gist options
  • Save digitalgeneralist/1d9aeb245cef961ac87771cc053a1179 to your computer and use it in GitHub Desktop.
Save digitalgeneralist/1d9aeb245cef961ac87771cc053a1179 to your computer and use it in GitHub Desktop.
delete all Categories Magento 2.2.x
DELETE FROM `catalog_category_entity` WHERE `entity_id` >= 3;
ALTER TABLE `catalog_category_entity` AUTO_INCREMENT = 3;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment