0.15.4
Fixes
- Correct type for migrate target option by @wallacio in #2241
- Fix up UUID binary16 support for Sqlite by @dereuromark in #2239
Note: Columns created in Sqlite before 0.15.4 using the PdoAdapter::PHINX_TYPE_BINARYUUID
type were binary_blob
. In 0.15.4 they were changed to be type uuid_blob
. If you rely on this constant, you will need to manually update the types of any columns using PdoAdapter::PHINX_TYPE_BINARYUUID
to the new value.
Note: binary(16) support for Sqlite inside CakePHP requires v5.0.3+.
New Contributors
Full Changelog: 0.15.3...0.15.4