Skip to content

Add support for force deleting

Compare
Choose a tag to compare
@michaeldyrynda michaeldyrynda released this 09 Jun 11:09
· 60 commits to master since this release

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.