How do you manage db migrations in application running in production? I mean situation you have a importnant application running in production and then you make further development that requires changes in database. I dont think its safe to enable migrations for DAL but not sure how to maintain database changes properly in web2py for this? Can you share with your real life experience?
David --

