On Sunday, August 18, 2013 2:03:47 PM UTC-4, at wrote: > > IC, I was not aware of that. I thought application can't be run without > having a filled databases folder. So with empty folder, do we have to > explicitly define *migrate=False*? and by default migrate=True? >
Yes, by default, migrate=True. To turn off migrations for an entire DAL connection, do: db = DAL(..., migrate_enabled=False) Anthony -- --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

