On profile delete account is getting deleted but i...
# orm-help
l
On profile delete account is getting deleted but i want the profile to get deleted on deleting account.
c
I'd wrap doing that programmatically inside a $transaction.
l
thanks i am doing that currently but from enforcing from DB side would have been great
c
I think you'd have to set up something like a trigger to do that.
l
Yes thats what i have done 🙂