yep. migrate=False in DAL set migrate=False for table definitions. the auth.define_table() needs to be set to migrate=False explicitely.
On Thursday, July 26, 2012 5:48:23 PM UTC+2, wdtatenh wrote: > > I had to migrate to mysql 5.5. for another application I have. I did not > attempt to migrate things through that administrative interface. Just did > a RESTORE from a mysql dump to file. > > I have migrate=False in the DAL(....) statement. > > Am I missing something here? > > Appreciate any input on this. > > --

