1 2 3 4 5 | DELETE FROM `catalog_product_entity_text` where store_id != 0; DELETE FROM `catalog_product_entity_datetime` where store_id != 0; DELETE FROM `catalog_product_entity_decimal` where store_id != 0; DELETE FROM `catalog_product_entity_int` where store_id != 0; DELETE FROM `catalog_product_entity_varchar` where store_id != 0; |