2011/3/28 Anthony <[email protected]>: > On Monday, March 28, 2011 9:53:54 AM UTC-4, Jose wrote: >> >> On 28 mar, 07:13, Alexandre Strzelewicz >> <[email protected]> wrote: >> > I have recurrent problems with auto-migration. >> > >> > Is there a way to totally disable migration on all tables ? >> > >> > Thanks >> >> db = DAL(..., migrate=False) > > > Cools, I didn't even know about that. Is that in the book anywhere? If not, > I'll add it. > > Anthony
Hi Anthony look in: http://web2py.com/book/default/chapter/11?search=migrate%3DFalse http://www.web2py.com/examples/static/epydoc/web2py.gluon.dal.DAL-class.html Jose

