4.7.1 - Allow using DatabaseSchema.deleteField(_:)` with SQLite
What's Changed
Allow using DatabaseSchema.deleteField(_:)` with SQLite by @gwynne in #92
SQLite has supported
ALTER TABLE ... DROP COLUMN ...
since SQLite 3.35.0, so Fluent no longer needs to restrict this functionality. Fixes #91 - thanks to @wojexe for reporting!Also fixes a DocC warning and updates dependency requirements.
This patch was released by @gwynne
Full Changelog: 4.7.0...4.7.1