Cake Migrations 3.7 and Fixtures 3.5
Article posted by Joel Moss on 29 Feb 2008   |  
Yes, it's another release, but just a small one. Grab it from its Google code repo The main change is the support of Cake's UUID column naming. By default Migrations will use normal auto-increment ID columns. If you want to use the UUID columns, then you just need to set $use_uuid = true. Here's the changelog: Migrations v 3.7
  • [*] Removed backticks from table name when changing migration version, as they caused errors when using SQLITE.
  • [+] Now supports Cake's UUID columns
Fixtures v 3.5
  • [+] Fixtures can now be named, and referenced in foreign keys
  • [+] If 'created' column exists in model, and it is not referenced in fixture, then the current datetime will automatically be entered.
  • [+] Now supports Cake's UUID columns
  • [*] Fixed instantiation of fixture helpers.
Enjoy!

This site contains the musings of Joel Moss, and is powered by Codaset pages; a simple, yet powerful way to host your static site. Just commit and push your site to your free Git repository at Codaset, and that's it!