On Jul 19, 2:53 pm, "Rangi Sutton" <[EMAIL PROTECTED]> wrote:
> I can think of ways to dump the database and > rebuild it, but I'm thinking you folk must be doing this all the time? You can add and remove columns with ALTER TABLE statements, like ALTER TABLE foo ADD COLUMN newcolumn FLOAT; or use an admin tool like mysql-administrator or phpmyadmin. I think it would be nice to have a tg-admin sql command to issue these statements for me, but don't mind doing to the DB maintenance by hand. tg-admin sql status can show you which columns you are missing. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" 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/turbogears?hl=en -~----------~----~----~----~------~----~------~--~---

