Why doesn't Ghost use CASCADE DELETE for has many relations?

I was wondering why the child has the be deleted manually before the parent, instead of just using cascade delete.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.