CakePHP Migration plugin 1.5.2 released
- Camelizing the file name of the initial migration
- It is now possible to bake initial migration for plugins when table classes for the plugin are present
- Improved precision handling for float columns
- Added an autocompletion shell for bash tab completion
- Automatically clearing the TableRegistry after each call to
update()
- Small bugfixes