db=DAL(..., migrate_enabled=True|False) enables or disables migrations completely, for the entire db. See the end of this section: http://web2py.com/book/default/chapter/06#Migrations.
On Thursday, October 20, 2011 7:52:34 AM UTC-4, Cliff wrote: > > I have migrate=False on my production server. > > Any thoughts on the best way to toggle migrate to True, then > immediately back when upgrading the model? > > As the application and user base grow I don't want to be manually > editing table defs every time I change the model.

