-
-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cleanup after model is deleted #81
Conversation
@lex0r can you test if this resolves the issue? |
How does this handle the parent record being soft deleted? |
It doesn't... I'll apply conditionally in afterModelDelete() then. |
@LukeTowers that should address the softdelete concern. |
Is there a way that we can support deleting the data when a softdeleted record is permanently deleted? |
Good point. |
@lex0r it would really be appreciated if you could test this in your environment so we can get this merged. Thanks! |
Hi @mjauvin |
Fixes #12