Skip to content

4.7.1 - Allow using DatabaseSchema.deleteField(_:)` with SQLite

Compare
Choose a tag to compare
@penny-for-vapor penny-for-vapor released this 16 May 20:13
· 4 commits to main since this release
9e924b3

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