On 12/29/05, Ian Bicking <[EMAIL PROTECTED]> wrote: > I think I meant the upgrade command documentation is coming; the command > is there now. I advise using "sqlobject-admin record --edit" (or > whatever tg-admin wraps that as) and entering your ALTER statements. It > will record these in the history, and then "sqlobject-admin upgrade" > will work. In the absence of an upgrade SQL script, the upgrade command > won't work.
That's one nice thing about the Rails "migrations". They're database independent, whereas a bunch of ALTER statements likely isn't... Kevin -- Kevin Dangoor Author of the Zesty News RSS newsreader email: [EMAIL PROTECTED] company: http://www.BlazingThings.com blog: http://www.BlueSkyOnMars.com

