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
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: