You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ON e.`entity_id`= p.`entity_id`AND e.`updated_in`= p.`last_updated_in`
@@ -58,7 +58,7 @@ DELETE FROM `catalog_category_entity_text` WHERE row_id NOT IN (SELECT MAX(row_i
58
58
DELETEFROM`catalog_category_entity_varchar`WHERE row_id NOT IN (SELECTMAX(row_id) FROM catalog_category_entity GROUP BY entity_id) ORDER BY`entity_id`ASC;
0 commit comments