Skip to content

Update for deleted_at

Choose a tag to compare

@MGatner MGatner released this 12 Jun 16:57
· 58 commits to master since this release

The CodeIgniter 4 framework changed soft deletes to set the deleted_at date on a row, rather than simply toggling the deleted boolean. This release implements the new deleted_at field - existing installs will need to migrate the database manually.

This version is only appropriate for projects using CodeIgniter 4 from the develop branch, or following Release Candidate 1.