Final release (v1.0) of Cake Migrations:
Didn't take me too long, so here is the final version of Cake Migrations in all its glory. As well as support for the creation and dropping of tables, the main changes are as follows:
Add/drop columns
insert and remove test data (rows)
run raw SQL queries
rest the migration DB schema and destroy migration filesI think that pretty much [...]
Now this is very cool, a simple consistant way to define db migrations is really helpful, I imagine that PHPNut will put his own twist on this and bring it into the fold…
Thanks for the mention. V1.1 has just been released today. Take a look: http://joelmoss.info/2006/07/07/cake-migrations-11/