Skip to content

CakePHP Migration plugin 1.5.2 released

Compare
Choose a tag to compare
@lorenzo lorenzo released this 25 Dec 12:07
  • 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