On Tue, Sep 9, 2008 at 6:56 AM, Shane Witbeck <[EMAIL PROTECTED]> wrote: > DB migrations as part of the build/deploy process via Buildr: > > http://code.google.com/p/c5-db-migration/ > > What do you think?
Yes. It sounds to me like all migration solutions are nearly the same when you're changing schemas around. But then you need to populate a table, generate fake data, or shift data around, and now it's a question of how to run non-SQL code and which language and ORM you favor. Do we want to pick, or just have people develop different addons? Assaf > > > -Shane >