Cake currently has a migrations-like schema shell, but it only allows
you to create tables. You cannot make changes to existing tables, and
cannot roll back your changes. There is an unofficial Migrations shell
available at http://code.google.com/p/cakephp-migrations/, which is a
full DB migrations system. I am hoping to see this being introduced in
the next version of Cake (v2.0).

Joel


On May 17, 10:17 pm, the_woodsman <[EMAIL PROTECTED]> wrote:
> Having written my first cake test case the other day, it got me
> thinking that the mechanisms for creating tables, fixtures etc, and
> tearing them down when finished... well, its half way to an
> infrstructure for DB migrations, no? Especially if it could be
> combined with some kind of Migratable behaviour?
>
> Searches for Cake migrations don't reveal any offical ones, and I
> don't want to work with YAML etc.
>
> Are they any steps towards offical cake migrations features, I'd be
> interested in taking a look, even if they're not very advanced...?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to