Add support for force deleting
Per #7, when using forceDelete
in combination with foreign key constraints, the forceDelete
would fail ont he parent record due to child records still existing as the cascade would only ever use delete
, updating the child records' deleted_at
column leaving them in place.