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
Just working on deleting records from one of my models, but notice that when soft deleting an entry, it doesn't cascade down and soft delete the entries in the trix database tables for the model I soft deleted. I couldn't see anything in the documentation about deleting records, so wanted to ask if I need to setup foreign keys on the tables so there is a link between entries to cascade down, or if there is a better way to achieve this? Any suggestion greatly appreciated.
Many thanks
Matt
The text was updated successfully, but these errors were encountered:
Hi
Just working on deleting records from one of my models, but notice that when soft deleting an entry, it doesn't cascade down and soft delete the entries in the trix database tables for the model I soft deleted. I couldn't see anything in the documentation about deleting records, so wanted to ask if I need to setup foreign keys on the tables so there is a link between entries to cascade down, or if there is a better way to achieve this? Any suggestion greatly appreciated.
Many thanks
Matt
The text was updated successfully, but these errors were encountered: