On Jan 25, 1:46 am, Andreas Jung <[email protected]> wrote: > I think using "alembic" seems to be the way to go for > upgrading/downgrading database schemas.
It is the best for database schema migrations. But our maintenance largely has to do with internal functions changing how/where things are stored. A few items didn't have the correct permalink structure , and things like that. The database isn't changed, just the data in them ( because we improved something, or found an edge-case to protect against and fix ). -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. Visit this group at http://groups.google.com/group/pylons-discuss?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
