Is there some reason why when I update any entity, Sluggable updates every single row in the DB that has a relationship to the updated Entity? I have a list of products that are associated with customers and I updated a customer without changing any products and there's a entire SQL log of updating the products. Or maybe it's the Timestampable trait?
Is there some reason why when I update any entity, Sluggable updates every single row in the DB that has a relationship to the updated Entity? I have a list of products that are associated with customers and I updated a customer without changing any products and there's a entire SQL log of updating the products. Or maybe it's the Timestampable trait?