David Stanek wrote:
Is this possible yet? I see in the sqlobject-admin docs that an upgrade command is coming in the future, but is there anything that works now? Right now I have to dump my data, drop all the tables, recreate the tables, and then massage the data back into the database.
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.
-- Ian Bicking / [EMAIL PROTECTED] / http://blog.ianbicking.org

