magehost_rewritefix icon indicating copy to clipboard operation
magehost_rewritefix copied to clipboard

TODO: Cleanup of orphaned records

Open jeroenvermeulen opened this issue 6 years ago • 0 comments

DELETE FROM `core_url_rewrite`
WHERE `is_system`=1
AND `id_path` LIKE 'product/%' 
AND `product_id` NOT IN (SELECT entity_id FROM catalog_product_entity)

and

DELETE FROM `core_url_rewrite` 
WHERE `is_system`=1
AND `id_path` LIKE 'category/%' 
AND  `category_id` NOT IN  (SELECT entity_id FROM catalog_category_entity )

jeroenvermeulen avatar Sep 26 '19 09:09 jeroenvermeulen