On Wed, Apr 22, 2009 at 12:36:09AM -0700, Richard Jones wrote: > Is there a way to access the database directly, so that I can manually > re-jig the database. Or do I have to provide an update script each > time i change the schema? (and if so, how?)
I have a very low-tech solution. I never use table reflection, all table layouts are explicit in my code. If I deploy a new version that requires schema changes and forget to update the database schema manuall, Pylons will throw me an error on any hit since the model won't be able to load. :) Ross -- Ross Vandegrift [email protected] "If the fight gets hot, the songs get hotter. If the going gets tough, the songs get tougher." --Woody Guthrie --~--~---------~--~----~------------~-------~--~----~ 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] For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en -~----------~----~----~----~------~----~------~--~---
