packagist cakephp/migrations 5.2.1

4 hours ago

Fixes

  • Quote the constraint name in the MySQL DROP FOREIGN KEY statement. Names that are not bare identifiers previously produced invalid SQL — whitespace in a name (cakephp/phinx#924) or numeric names auto-assigned by MariaDB 12.x (DROP FOREIGN KEY 1) would fail with a syntax error. The identifier is now quoted via quoteColumnName(), matching the Postgres and SQL Server adapters.

Full Changelog: 5.2.0...5.2.1

Don't miss a new migrations release

NewReleases is sending notifications on new releases.